Skip to content

A high-precision and high-performance large number system capable of handling numbers up to 10^^(1e50) and beyond with customization

License

Notifications You must be signed in to change notification settings

plasma4/hyper-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyper-number

Version 1.1.0 update: fixed numerous bugs and errors involved

HyperNumber is a high-precision large number system capable of handling numbers up to 10^^(1e50) and beyond with customization. The base four-term array looks like this: [sign (1 or -1), category (non-negative number below the maximum safe integer or BigInt otherwise), digitsOfData, data]

Create a new instance using Hyper(string | number | bigint | Hyper). Read the source code for documentation!

Try it out HERE! (You can set the precision to any integer from 16 to 10,000,000.)

About

A high-precision and high-performance large number system capable of handling numbers up to 10^^(1e50) and beyond with customization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages