_mod_

Grammatical restrictions:

Argument Position Prohibited Expression
Argument 1 _+_
_-_
Argument 2 _×_
_÷_
_mod_
_+_
_-_

Definitions:

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
Compute and answer the remainder after dividing dividend by divisor.
Position Name Type Description
Parameters
1 dividend number
2 divisor number
Returns number The remainder.

Semantic restrictions:

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