You are viewing documentation for pre-release version v1.10.0 (beta). View latest version.
abs Function
abs returns the absolute value of the given number. In other words, if the
number is zero or positive then it is returned as-is, but if it is negative
then it is multiplied by -1 to make it positive before returning it.