abs
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | abs [2016/08/02 21:39] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Syntax: | ||
| + | abs(// | ||
| + | |||
| + | ======Technical: | ||
| + | The abs() function returns the absolute value of //number// using fabs(3). | ||
| + | All of the normal [[rules about number arguments]] apply. | ||
| + | |||
| + | ======Examples: | ||
| + | * abs(-3) | ||
| + | * abs(5) | ||
| + | * abs(0) | ||
| + | |||
| + | ======History: | ||
| + | The abs() function first appeared in EPIC4-1.1.2 | ||
abs.txt · Last modified: 2016/08/02 21:39 by 127.0.0.1
