Data Fields

BigInt Struct Reference

Data Fields

int digits_count
unsigned int the_int [MAX_DIGITS]

Detailed Description

BigInt represents an integer number which can have MAX_DIGITS digits

See also:
MAX_DIGITS

Field Documentation

number of digits of the big int.

unsigned int the_int[MAX_DIGITS]

array of digits of big int.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines