Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mpz_t Struct Reference

#include <mpz.h>

Public Attributes

size_t neg: 1
 
size_t fixed_dig: 1
 
size_t alloc: 8 * sizeof(size_t) - 2
 
size_t len
 
mpz_dig_tdig
 

Detailed Description

Definition at line 89 of file mpz.h.

Member Data Documentation

◆ alloc

size_t _mpz_t::alloc

Definition at line 92 of file mpz.h.

◆ dig

mpz_dig_t* _mpz_t::dig

Definition at line 94 of file mpz.h.

◆ fixed_dig

size_t _mpz_t::fixed_dig

Definition at line 91 of file mpz.h.

◆ len

size_t _mpz_t::len

Definition at line 93 of file mpz.h.

◆ neg

size_t _mpz_t::neg

Definition at line 90 of file mpz.h.


The documentation for this struct was generated from the following file: