Function ReferenceABSOn this pageABS Returns the absolute value of a number. CategoryMathSyntaxABS(number) Parameters ParameterRequiredDescriptionnumberRequiredThe real number of which you want the absolute value. Example ABS(-5 ft) // → 5 ftABS(3) // → 3 Auto-generated from the EngCanvas function registry.