Usage
mod_X(a, b, n)
modInverse(a, n)
Parameter | Type | Description |
---|---|---|
a, b, n | % | machine integers |
Signatures
mod_X: (%, %, %) % modInverse: (%, %) %
Returns
mod_X(a, b, n) returns where is one of , while modInverse(a, b) returns the inverse of modulo .
Remarks
Those operations require that .