Usage
for d in limbs n repeat { ...}
Signature
limbs: % Generator MachineInteger
Parameter | Type | Description |
---|---|---|
n | % | an integer |
Description
This function allows the individual limbs of a GMP integer to be iterated independently of the machine size. This generator yields the limbs from the least to the most significant.
Remarks
The limbs ofdescribe
, so combine it with sign if you need a complete description of
.