Usage
m::%
n::AldorInteger
Signatures
coerce: AldorInteger % coerce: % AldorInteger
Parameter | Type | Description |
---|---|---|
m | % | an ALDOR integer |
n | AldorInteger | a gmp integer |
Description
Those functions convert between ALDOR and GMP integers.
Remarks
The conversion to an AldorInteger can be quadratic in the number of bits of the integer, which is expensive.