Numericx
Translate a number from any numeral system into any numeral system
Data Fields
NumeralPtr Struct Reference

Numeral structure. More...

Data Fields

char const * symbol
 
struct NumeralPtrnext
 
struct NumeralPtrprevious
 

Detailed Description

Numeral structure.

This struct is in use to apply our operations on the number. The number are converted to this struct, the operations are applied, and on the end, the resulting number is converted from this struct.

Field Documentation

◆ next

struct NumeralPtr* NumeralPtr::next

a pointer to the next digit

◆ previous

struct NumeralPtr* NumeralPtr::previous

a pointer to the previous digit

◆ symbol

char const* NumeralPtr::symbol

a pointer to the glyph/numeral/symbol of this digit.


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