Extended Plugin 2.4 review (mac)

Add to Watch List

ExtInteger is the type ZZ of Victor Shoup's multi-precision library, NTL.

License: Freeware
OS: Mac OS X
File size: 1208K
Developer: Bob Delaney      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

Extended Plugin 2.4 is scientific software developed by Bob Delaney.
ExtInteger is the type ZZ of Victor Shoup's multi-precision library, NTL. Except for available memory, there is no limitation on the size of an ExtInteger. So you can multiply a 100 digit integer by another 100 digit integer giving the exact 200 digit integer.

ExtFloat is the type RR of NTL. You can set both the bit precision and the decimal output precision for ExtFloat, with no limitation except for available memory. It might take awhile, but you can now calculate pi in a REALbasic program to a million decimal places, or more. The power of 10 for ExtFloat can range from about -60,000,000 to +60,000,000 as compared to -308 to +308 for a Double.

ExtComplex doesn't exist in NTL. I made it from two ExtFloats. So the real and imaginary parts of an ExtComplex use the bit precision and the decimal output precision set for ExtFloat. So you can now use complex numbers with almost unlimited precision.

IAExtFloat also doesn't exist in Victor Shoup's NTL. It is a data type which is used for Interval Arithmetic, which is arithmetic with inequalities. An IAExtFloat number is represented by two ExtFloat numbers (a, b), where one thinks of an ExtFloat number x being in the interval between a and b. That is: a
This mac program is freeware, so you can download and use it absolutely free. Extended Plugin 2.4 supports english interface languages and works with Mac OS X.

Downloading Extended Plugin 2.4 will take minute if you use fast ADSL connection.


Download

  • 100mbit/s dedicated server
  • 100% availability


Latest User Reviews

Write a Extended Plugin Review

Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

Extended Plugin related software

  • Extended Plugin 2.4
    ExtInteger is the type ZZ of Victor Shoup's multi-precision library, NTL.
  • Googolator 1.4
    Googolator is a small, fast, arbitrary-precision calculator for those times when you can't be bothered waiting for Mathematica to start up.
  • PrimeGen 1.0
    PrimeGen is a generator of very probable prime integers built using REALbasic and my Precision Plugin.