positiveModulo
positiveModulo(
a
,m
):bigint
Computes the positive modulo of a over m.
Parameters
Parameter | Type | Description |
---|---|---|
a | bigint | The dividend. |
m | bigint | The modulus. |
Returns
bigint
The positive remainder of a mod m.
positiveModulo(
a
,m
):bigint
Computes the positive modulo of a over m.
Parameter | Type | Description |
---|---|---|
a | bigint | The dividend. |
m | bigint | The modulus. |
bigint
The positive remainder of a mod m.