PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Function: abs()

Returns the absolute value of a number.

Syntax

abs(number)

ArgumentTypeDescription
numberNumberA number for which the absolute value is required.

Examples

abs(-2.3)

returns 2.3.

abs(2.3)

returns 2.3.

See Also

  • No labels