Version: 2008
advertisement

Extended Plugin 3.4 for Mac

  • Quick specs
  • Price: Free
  • Operating system: Mac OS X 10.3/10.3.9/10.4 PPC/Intel/10.5 PPC/Intel
  • Date added: November 19, 2008
  • Total Downloads: 6
  • Downloads last week: 1
  • See full specifications
Add to my list Add to my Watch List
Download Now (905.83K)
Tested spyware free

Publisher's description

From Robert Delaney :

Extended Plugin for REALbasic adds five new data types. They are:

  • ExtInteger
  • ExtFloat
  • ExtComplex
  • IAExtFloat
  • ExtFraction
ExtInteger is the type ZZ of Victor Shoup's multi-precision library, NTL. For more information go to http://www.shoup.net/. 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 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 <= x <= b. For a function of x calculated with interval arithmetic the result is an IAExtFloat whose interval (fa, fb) results from interval propagation.

ExtFraction handles a fraction as num/den, where num and den are ExtIntegers. Thus one can do exact calculations with rationals in REALbasic to an almost unlimited degree.

Extended Plugin itself allows you to construct programs which can handle the five new data types much like doubles and integers are handled. To a large extent the seven data types can be freely used with the +, -, *, and / operators, except that IAExtFloat numbers cannot mix with ExtComplex numbers, and ExtFractions can only mix with Integers and ExtIntegers. And most of REALbasic's functions have been overloaded to take the five new data types, where it makes sense to do so.

What's new in this version:

Now compatible with the latest versions of REALbasic.

Capture your digital lifestyle.

More popular Math Software downloads

  1. 936 downloads 1. Matlab
  2. 787 downloads 2. SPSS
  3. 167 downloads 3. The Geometer's Sketchpad
  4. 127 downloads 4. Mathematica
  5. 122 downloads 5. ISIS/Draw
  6. See all Math Software downloads
Sync files across all computers/devices including your phone.

User reviews

Write your own review Be the first one to review Extended Plugin 3.4 and share your experience with the CNET community!

Submit your review

Log in or create an account to submit your review for:

Extended Plugin 3.4

ORLog in with your Facebook account
1. Rate this product:
(Mouse over the stars to rate this product and click to set your rating.)
2. One-line summary:(Summarize your review in one line. 10 characters minimum; required.)
0 of 55 characters
3. Pros:(Tell us what you like about this product. 10 characters minimum; required.)
0 of 250 characters
4. Cons:(Tell us what you don't like about this product. 10 characters minimum; required.)
0 of 250 characters
Bottom-line summary:(Explain to us in detail why you like or dislike the product, focusing your comments on the product's features and functionality, and your experience using the product. This field is optional.)
0 of 5000 characters

The posting of advertisements, profanity, or personal attacks are prohibited.
Click here to review our site terms of use.

Submit
See more CNET content tagged:
NTL Inc.,
integer,
precision

Previous Versions:


advertisement