PhixFlow Help

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 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