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

OMMs

OMMs 3.0

OMMs stands for "One Million Monkeys". That's from "One million monkeys typing on one million typewriters...". With "no" to spaces the typewriters have 1000 keys, 73 with 'a', 9 with 'b', ... , 19 with 'y', and 1 with 'z'. These are average frequencies...

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

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

FP Plugin

FP Plugin 7.4

Using my own fp multi-precision engine, FP Plugin for Real Studio adds six new data types, BigInteger, BigFloat, BigComplex, BigFraction, BigPoly, And BigMatrix. Except for available memory, there is no limitation on the size of a BigInteger. BigFloat is...

read more
CrypterRB

CrypterRB 1.1

CrypterRB is an application which implements the RSA algorithm for public-key encryption. Three windows in CrypterRB provide easy-to-use implementations of the RSA methods, they are titled GenKeys, Encode, and Decode.What is new in this release:v. 1.1 now...

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