The numeric :: core module

The numeric :: core module provides functions, constants and global variables for performing basic operations related to numeric types.

Required modules

base :: core

Functions

NameDescription

Clamp()

Returns either x unchanged or one of the low_limit /...

Count()

Returns the count of its arguments (ie the number of defined arguments in the ...

DegToRad()

Returns the result of conversion of its degrees argument to radians...

Dif2()

Returns the difference of its arguments...

Div2()

Returns the quotient of the division of its arguments...

IsEven()

Returns true if x is an even integer (a multiple of two),...

IsOdd()

Returns true if x is an odd integer (not a multiple of two),...

Max()

Returns the bigger of its (up to 20) arguments...

Max2()

Returns the bigger of its (only two) arguments...

Min()

Returns the smaller of its (up to 20) arguments...

Min2()

Returns the smaller of (only two) its arguments...

Mod2()

Returns the remainder of the division of its arguments...

Product()

Returns the product of its (up to 20) arguments...

Product2()

Returns the product of its (only two) arguments...

RadToDeg()

Returns the result of conversion of its radians argument to degrees...

Sum()

Returns the sum of its (up to 20) arguments...

Sum2()

Returns the sum of its (only two) arguments...

Constants

None

Variables

None