Publisher's Description
From Robert Delaney:
Using my own fp multi-precision engine, FP Plugin for Real Studio adds three new data types, BigInteger, BigFloat and BigComplex. Except for available memory, there is no limitation on the size of a BigInteger. BigFloat is a multi--precision floating point number. You can set both the internal precision and the decimal output precision for BigFloat, with no limitation except for available memory. BigComplex is composed of two BigFloats. fp Plugin itself allows you to construct programs which can handle the three new data types much like doubles and integers are handled. To a large extent the new data types can be freely used with the +, -, *, and / operators, and can be used in comparisons. And most of REALbasic's functions have been overloaded to take the new data types, where it makes sense to do so. The added 4th data type is ComplexVector, which holds an array of complex numbers. Additional functions use the Laguerre method to find for a polynomial all its roots (complex or real) to any chosen precision.
What's new in this version: Version 5.1 corrects a bug in fpLnFactorial which limited precision, and gives a better output precision to fpBigFactorial.
More Popular Coding Utilities downloads
- Plain Text Editor
282 downloads
- BBEdit
202 downloads
- HexEdit
158 downloads
- Taco HTML Edit
121 downloads
- TextMate
104 downloads
Add Your Review
Submit your reply
E-mail this review
Report offensive content
See more CNET content tagged:
Previous Versions: