Skip to content

josdejong/biggie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biggie

Proof of concept for a big number library for floating point arithmetics, utilizing BigInt under the hood for high precision and reduction of round-off errors.

A Biggy bignumber is represented by a BigInt coefficient and exponent (decimal). The numeric value is calculated as coefficient * pow(10, exponent).

About

A big number library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •