Extended Plugin 2.4
Extended Plugin for REALbasic 5 adds five new data types.
|
Extended Plugin for REALbasic 5 adds five new data types. They are:
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
RECOMMENDED DOWNLOADS IN THIS CATEGORY ( Science / CAD )
tags
you can digit integer for extfloat the decimal and the decimal output output precision 000 000 can now precision and the bit except for victor shoup

Download Extended Plugin 2.4
Similar software
Extended Plugin 2.4
Bob Delaney
Extended Plugin for REALbasic 5 adds five new data types.
ZZip Utilities Plugin 0.3
Chaotic Box
ZZip Utilities is an open source plugin for REALbasic that will provide a simple interface to extract file data from standard zip archives.
Hex Plugin 1.1
Bob Delaney
Hex Plugin for REALbasic 5 and higher is a small plugin with four methods.
SQLite3Professional 1.1
SQLabs.net
SQLite3ProfessionalPlugin is a REALbasic plugin that gives your REALbasic projects low level access to the SQLite 3 database engine.
Matrix Plugin 1.1
Bob Delaney
Matrix Plugin for REALbasic 5 allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled.
PNG Utilities Plugin 1.8
Chaotic Box
PNG Utilities Plugin will open and save PNG format images without relying on Quicktime, and automatically handles masks and alpha channels.
PrimeGen 1.0
Bob Delaney
PrimeGen is a generator of prime integers built using REALbasic and my Precision Plugin.
Valentina for REALbasic 2.4.3
Paradigma Software
Valentina 2 for REALbasic empowers developers to deploy enterprise-ready, database enabled desktop solutions with Real Software’s REALbasic cross-platform development environment.
TaskBar 3.0.4
Einhugur
TaskBar is a REALbasic plugin control to create XP like task bars which are sometimes known as "Explorer bars".
FTP Suite for REALbasic 4.2.1
Pyramid Design
FTP Suite is a collection of classes and code modules that allows REALbasic developers to implement the FTP protocol in their applications.