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. |
Computes the absolute value of a number.
rslt = Abs(real value)
| Argument | Contents |
|---|---|
| value | Any number |
A real number equal to the absolute value of value.
| Function | Summary |
|---|---|
| Sign() | Computes the sign of a number. |