|
About:
BigMath is an arbitrary precision arithmetic
library written in C based largely on Knuth's
algorithms. Presently it supports only integer
math, including add, sub, mul, div, mod, modpow,
modinv, pow, gcd, factorial, radix conversion,
scientific notation, and various comparisons.
Author:
stygian20 [contact developer]
Homepage:
https://curtisjones.us/bigmath/
Zip:
http://curtisjones.us/[..]bigmath/downloads/BigMath-20080428-1.zip
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 19558)
» Popularity: 0.27% (Rank 19889)

(click to enlarge graphs)
Record hits: 1,507
URL hits: 550
Subscribers: 12
|
|
Branches
Comments
[»]
comparison
by Bill Poser - Mar 11th 2008 20:34:00
How does BigMath compare to other similar libraries such as GNU MP? Any
particular advantages?
[reply]
[top]
[»]
Re: comparison
by stygian20 - Apr 6th 2008 17:20:48
> How does BigMath compare to other
> similar libraries such as GNU MP? Any
> particular advantages?
The primary reason I wrote BigMath instead of using GNU MP
was because I needed these features to be compiled into a
kernel extension, and GNU MP did not lend itself towards that
use.
[reply]
[top]
[»]
Feature Request
by stygian20 - Mar 10th 2008 12:55:37
I'm no mathematician, but if there's some additional algorithm
that you want added, I'm more than willing to attempt to do so.
Just let me know.
[reply]
[top]
|