-
This class can be used to convert numbers between decimal and roman representations and vice-versa.It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits.The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.
-
Numbers are converted to strings representing their equivalent in the Roman notation.Roman can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.Requirements: PHP 5.0 or higher
-
Any integer and decimal amount between 0 and 999999999999 can be spelled.Requirements: PHP 4.0 or higher
-
Integer is an integer type class that supports very large numbers, multiple number base arithmetic and conversions (from and to binary, octal, decimal, hex and other up to 36 base numbers).
-
Geo Conversion takes a coordinate text string represented with degrees, minutes and seconds and converts it to the decimal representation.The reverse conversion can also be performed with Geo Conversion.Requirements: PHP 5.0 or higher
-
Each character is converted into a text string, which is the decimal character representation in HTML.Requirements: PHP 4.0 or higher
-
bin2array allows you to convert or get data in: binary, hexa, decimal, etc and use it as integer, string, array representations.
-
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.


