Skip to content

akalin/num.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

num.js will be a Javascript library that will implement various
algorithms in number theory and arithmetic.  It will be meant to be:

- easy to understand;
- asymptotically fast.

It will not be:

- meant for cryptographic applications;
- as fast as a *real* number theory or arithmetic library.

Its planned feature list is:

- arbitrary-precision arithmetic;
- fast primality testing;
- support for Web Workers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published