Arithmetic Operations
All Functions and Operators (Alphabetically)
|
Name |
Description |
|---|---|
|
Performs an addition of all inputs. |
|
|
Performs a division of all inputs. |
|
|
Limits a numeric value between low and high bounds. |
|
|
Get the maximum of two integers. |
|
|
Get the minimum of two integers. |
|
|
Calculation of modulo. |
|
|
Performs a multiplication of all inputs. |
|
|
Performs a negation of the input. (unary operator) |
|
|
Test if an integer is odd. |
|
|
Force a value when inside an interval. |
|
|
Performs a subtraction of all inputs. |
Standard Functions
These are the arithmetic functions.
|
Name |
Description |
|---|---|
|
Limits a numeric value between low and high bounds. |
|
|
Get the maximum of two integers. |
|
|
Get the minimum of two integers. |
|
|
Calculation of modulo. |
|
|
Test if an integer is odd. |
|
|
Force a value when inside an interval. |
Standard Operators
|
Name |
Description |
|---|---|
|
Performs an addition of all inputs. |
|
|
Performs a division of all inputs. |
|
|
Performs a multiplication of all inputs. |
|
|
Performs a negation of the input. (unary operator) |
|
|
Performs a subtraction of all inputs. |





