Base Converter converts an integer or non-integer string, including floating point 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 memory. Base...

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...

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...

EnergyRB

EnergyRB 1.0

EnergyRB allows you to easily find and display energy eigenvalues and eigenfunctions for the one-dimensional time-independent Schroedinger equation. Incorporating REALbasic's RBScript, almost any potential energy function can be entered by the user. This...

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...

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...

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,...