For the complete documentation index, see llms.txt. This page is also available as Markdown.

ABS

Returns the absolute value of a number.

Syntax

ABS(number)

  • number - the number whose absolute value is returned - Value type: number

Example

Last updated