Big Fixed Math - v0.66.01 submitted
- Posted by Lucius L. Hilley III <euphoria at u?kmar.co?> Jun 03, 2008
- 708 views
Arbitrary precision math library with power, root, and logarithm functions. bigfixed.e is the only include file needed. math.e is some of my prototype code. Proof of Concept. Be sure to run the demo. The demo code is a little hard to read. The demo was written as more of a sanity test and to help write the documentation. The documentation is far from completely, yet supplies all the critical functions that are availalbe. plain_power() has not yet been documented and is a very powerful function. It is useful for calculating any base by a integer exponent. Example: puts(1, plain_power("3.141 592 654","65,536")) Note, commas and spaces are ignored in the number format. Enjoy Lucius L. Hilley III - Unkmar