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

Version 1 Next »

Function: abs()

Returns the absolute value of a number.

Syntax

abs(number)

Argument Type Description
number Number A 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