Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
_large_num Struct Reference

Data Fields

char * digits
 
unsigned int num_digits
 

Detailed Description

dynamically large number

Field Documentation

◆ digits

char* _large_num::digits

array to store individual digits

◆ num_digits

unsigned int _large_num::num_digits

number of digits in the number


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