!number,places!!Converts a binary number to octal!is the binary number you want to convert!is the number of characters to use!
number,num_digits!Rounds a number to a specified number of digits!is the number you want to round!is the number of digits ...
number,num_digits!Rounds a number up, away from zero!is any real number that you want rounded up!is the number of digits ...
number,num_digits!Truncates a number to an integer by removing the decimal, or fractional, part of the number!is the number ...
number,places!Converts a binary number to hexadecimal!is the binary number you want to convert!is the number of characters ...
number,places!Converts a binary number to octal!is the binary number you want to convert!is the number of characters to use! ...
number,places!Converts a decimal number to binary!is the decimal integer you want to convert!is the number of characters ...
number,places!Converts a decimal number to hexadecimal!is the decimal integer you want to convert!is the number of characters ...
number,places!Converts a decimal number to octal!is the decimal integer you want to convert!is the number of characters to ...
number,places!Converts a Hexadecimal number to binary!is the hexadecimal number you want to convert!is the number of characters ...