abs
Category: Math
Returns the absolute value of the input
Signature
Section titled “Signature”- Return type:
number
Examples
Section titled “Examples”(-5).abs()(-3.14).abs()5.abs()Category: Math
Returns the absolute value of the input
number(-5).abs()(-3.14).abs()5.abs()