calc.abs
Calculate the absolute value of a numeric value.
Example
#calc.abs(-5) \
#calc.abs(5pt - 2cm) \
#calc.abs(2fr)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
value
The value whose absolute value to calculate.