The numeric :: core module
The numeric :: core module provides functions, constants and global variables for performing basic operations related to numeric types.
Required modules
Functions
Name | Description |
---|---|
Returns either x unchanged or one of the low_limit /... | |
Returns the count of its arguments (ie the number of defined arguments in the ... | |
Returns the result of conversion of its degrees argument to radians... | |
Returns the difference of its arguments... | |
Returns the quotient of the division of its arguments... | |
Returns true if x is an even integer (a multiple of two),... | |
Returns true if x is an odd integer (not a multiple of two),... | |
Returns the bigger of its (up to 20) arguments... | |
Returns the bigger of its (only two) arguments... | |
Returns the smaller of its (up to 20) arguments... | |
Returns the smaller of (only two) its arguments... | |
Returns the remainder of the division of its arguments... | |
Returns the product of its (up to 20) arguments... | |
Returns the product of its (only two) arguments... | |
Returns the result of conversion of its radians argument to degrees... | |
Returns the sum of its (up to 20) arguments... | |
Returns the sum of its (only two) arguments... |
Constants
None
Variables
None