Usage
diff f
diff(f, n)
Parameter | Type | Description |
---|---|---|
f | The function to differentiate | |
n | The order of differentiation (optional) |
Returns
diff f returns , the derivative of .
diff(f, n) returns , the derivative of .
See Also
apply