Safe Haskell | Safe-Infered |
---|
Data.Function.Instances.Algebra.Differential
Description
Note:
is not the derivative of
differentiate
ff
. Rather, it is a function that takes one argument x
and returns the derivative of f x
. In other words:
differentiate f = \x -> differentiate (f x)