0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Faster Pi (Ramanujan/Chudnovsky) More... about 8 years ago
Remove lots of trailing spaces from tinyqs.c More... about 8 years ago
Rewrite mpf_exp More... about 8 years ago
Cache Pi,Euler,Log2 constants More... about 8 years ago
AGM log was using far too much precision. AGM is always faster than Newton/Halley on exp, so just always use it. More... about 8 years ago
Move log(2) to a const function like const_pi and const_euler More... about 8 years ago
New AGM log code, small speedups to exp/log/etc. More... about 8 years ago
Move functions around in real.c -- all string funcs at the bottom More... about 8 years ago
Split FP functions out of gmp_main.c into real.c. More... about 8 years ago
Add tinyqs More... about 8 years ago
Better rounding for li,ei. Slightly better negative zeta behavior. More... about 8 years ago
Update changes and todo More... about 8 years ago
Add agmreal, slight mod to Pi More... about 8 years ago
Comments More... about 8 years ago
Add mpf_agm, new log2 algorithm, log using AGM More... about 8 years ago
POD fix More... about 8 years ago
Add ei for exponential integral More... about 8 years ago
Split out mpf pi from string version More... about 8 years ago
Add powreal More... about 8 years ago
Add tests for li More... about 8 years ago
Fix log for extremely small inputs where native log returns -inf More... about 8 years ago
Add test for Euler constant More... about 8 years ago
Change lir to li More... about 8 years ago
Add Euler, logreal, expreal, lir More... about 8 years ago
Fix rounding in str_real. Add logreal and expreal functions internally. More... about 8 years ago
Ramp up precision in log for big speedup More... about 8 years ago
Euler constant and li functions More... about 8 years ago
Don't get in log<->exp calling cycle More... about 8 years ago
Switch mpf_log to use Newton/Halley instead of AGM More... about 8 years ago
Describe logl->log in Changes More... about 8 years ago