foynd / BigNum

A class that will handle mathematical operations of massive numbers.
0 stars 0 forks source link

Decimals #7

Open foynd opened 7 years ago

foynd commented 7 years ago

Possibly just another class level variable that holds the number of indexes of the decimal (since it is little endian)

foynd commented 7 years ago

This variable could start as an int but ideally would be of BigNum type as well