kitpylib.PyMath.spf1d# Functions diff1st(f0, x[, h]) This is the 1st order derivative of a function. diff2nd(f0, x[, h]) This is the 2nd order derivative of a function. Classes PC(f, px1, py1)