Abs()

Summary

Computes the absolute value of a number.

Syntax

rslt = Abs(real value)

Argument Contents
value Any number

Returns

A real number equal to the absolute value of value.

See Also

Function Summary
Sign() Computes the sign of a number.