PHP Math
Free and open source PHP scripts about Math related classes-
Simplifica is a script that implements the Quine-McCluskey's tabular method for simplifying boolean expressions. It computes the canonical form of an expression.Simplifica is useful for teaching students how to simplify expressions using an iterative method, instead of Karnaugh, and how boolean algebra may be applied for solving the problem.
-
Roman Numeral Conversion can convert decimal numbers to Roman representation and vice-versa.
-
Calculator can be used to perform simple mathematical operations.Currently Calculator can:- Add, subtract, multiply and divide numbers- Find roots of an equation, if any- Base calculations- Simple geometrical calculations for circles and triangles- Fractional notation of a number
-
This Math Script containing only one function numconv($systemin, $systemout, $number, $length). With this function you can convert a value from one number system to another. For example hexadecimal to decimal or octal to binary or five-system to six-system. Any combination is possible.

