Skip to content

abs

Category: Math

Returns the absolute value of the input

  • Return type: number
(-5).abs()
(-3.14).abs()
5.abs()