Differentiate a function of a single argument
auto r = diff!f(x); r[0] // = f(x) r[1] // = f'(x)
See Implementation
Differentiate a function of a single argument