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

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

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

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

Physics

Physics 2.7

Description Some years ago I created many SuperCard Player projects with text, graphics, and animations for teaching a one-year calculus-based general physics course at Saint Louis University. The projects were designed to accompany lectures, so they are...

read more

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

MPCalcRB

MPCalcRB 5.0

MPCalcRB is a multi-precision RPN scientific calculator for Mac OS X, Linux, and Windows. It can handle numbers with up to 30,000 digits. It can also handle numbers whose absolute values lie between about 10^-40000000 and 10^+40000000. The popup menu...

MPCalcRB

MPCalcRB 5.0

MPCalcRB is a multi-precision RPN scientific calculator for Mac OS X (Intel), Linux, and Windows. It can handle numbers with up to 30,000 digits. It can also handle numbers whose absolute values lie between about 10^-40000000 and 10^+40000000. The popup...

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

PolyFactors factors univariate polynomials over the integers. PolyFactors uses the ZZX polynomial type and the ZZXFactoring routines from Victor Shoup's NTL (http://www.shoup.net/ntl/). He deserves most of the credit. PolyFactors just provides a GUI for...