Nieuws

While the decimal numbering system allows any digit in a number to have any of ten values (0-9), digits in hexadecimal numbers can have 16 (0-F), digits in octal numbers only eight (0-7) and ...
Methods .convert (number, from, to) Converts a number from one base to another. Returns the result as a number for decimal base and string for others.