Differentiation extension

on

Methods

d2dx2(num x, [num dx = 1e-4]) double
Returns the second derivative of the function this at x.
ddx(num x, [num dx = 1e-4]) double
Returns the first derivative of the function this at x.