=== Derivative ===

The derivative measures the sensitivity to change of a function
output value with respect to its argument input value.

For example:

  deriv(x, 2 * x)

The function here is `2 * x` and the argument input value
measuring the sensitivity for is `x`.
