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, potential energy function can be entered by the user. This function...

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

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

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