Compute the delta of a value.
Usage
delta(x)
x: int
The input value.
float
The delta result.
>>> delta(10) 5.0