mpz_t Properties |
The mpz_t type exposes the following members.
Name | Description | |
---|---|---|
_mp_alloc |
The number of limbs currently allocated at mp_base._mp_d.
| |
_mp_d |
A pointer to an array of limbs which is the magnitude.
(Inherited from mp_base.) | |
_mp_d_intptr |
Gets or sets the pointer to the array of limbs of the integer.
(Overrides mp_base_mp_d_intptr.) | |
_mp_size |
The number of limbs, or the negative of that when representing a negative integer.
(Overrides mp_base_mp_size.) |