derivative

emlib.calculus.derivative(func)[source]

return a new function representing the derivative of func

Return type:

Callable[[float], float]