MKS Plugin for Real Studio allows you to construct programs which can handle numbers with units much like doubles and integers are handled. The basic MKS units are Meters, Kilograms, Seconds, Coulombs, Kelvin, Dollars, Angular units, Solid angle units,...

FP

FP 7.4

FP is an Xcode C++ project which implements unlimited length integers, multi-precision floating point numbers, fractions with unlimited length integers as num/den, and multi-precision complex numbers. It can calculate the usual transcendental functions,...

Decimal Plugin is a REAL Studio plugin that handles big numbers as exact decimals. Decimal can handle big numbers whose size is only limited by available memory. Decimal can be freely mixed with REALbasic's numeric types. The Decimal type can exactly...

Matrix Plugin for Real Studio allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles.What is new in this release:Version 3.4...

Base Converter converts an integer or non-integer string, including floating point number strings, expressed in one base to an expression in another base. The allowed bases range from 2 to 65536. The length of the number is limited only by available...

SolveDiffEq is a standalone application which allows you to numerically solve differential equations and evaluate definite integrals of your choosing. Using the Runge-Kutta method, SolveDiffEq can solve any number of coupled differential equations of the...

Fraction Plugin for Real Studio allows you to construct programs which can handle fractions much like doubles and integers are handled. Fractions are represented by two integers as num/den. Exact calculations using rationals are now possible with...

MPCalc Plugin allows a Real Studio developer to design a multi-precision RPN calculator. It could handle numbers with up to 30,000 decimal digits. It could also handle numbers whose absolute values lie between 1e-65000000 and 1e+65000000. Over forty...

PolyRoots

PolyRoots 4.2

PolyRoots finds the roots of a polynomial to any chosen accuracy using Laguerre's Method. The coefficients of the polynomial can be real or complex. PolyRoots uses my own multi-precision engine, fp. PolyRoots is released as freeware, with no restrictive...