double, double
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Numbers, Mathematics
Compute and answer an approximation of
dividend modulo
divisor, i.e. the remainder produced by dividing the arguments.
|
Position |
Name |
Type |
Description |
Parameters |
1 |
dividend |
double |
The dividend.
|
2 |
divisor |
double |
The divisor.
|
Returns |
double |
An approximation of `0` mod divisor.
|
float, float
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Numbers, Mathematics
Compute and answer an approximation of
dividend modulo
divisor, i.e. the remainder produced by dividing the arguments.
|
Position |
Name |
Type |
Description |
Parameters |
1 |
dividend |
float |
The dividend.
|
2 |
divisor |
float |
The divisor.
|
Returns |
float |
An approximation of dividend mod divisor.
|
number, number
Source: /avail/Avail/Foundation/Math
Categories: Mathematics, Numbers
|
Position |
Name |
Type |
Description |
Parameters |
1 |
dividend |
number |
|
2 |
divisor |
number |
|
Returns |
number |
The remainder.
|
extended integer's type, extended integer's type
Source: /avail/Avail/Foundation/Math
Compute and answer the integer range type of the remainder of the argument types.
|
Type |
Description |
Parameter Types |
extended integer's type |
|
extended integer's type |
|