pub fn abs(value: Value) -> Result<Value, Error>
Returns the absolute value of a number.
|a - b| = {{ (a - b)|abs }} -> |2 - 4| = 2