These unary functions are defined: abs, acos, asin, atan, ceil, cos, exp, floor, log, round, sin, sqrt, tan. Each requires one argument enclosed in parentheses.
There are also binary functions: atan2, min, max; and a ternary conditional function: if(test, then, else).
Whitespace outside identifiers is ignored.
Examples:
|
|