!number,num_digits!!Truncates a number to an integer by removing the decimal, or fractional, part of the number!is the number you want to truncate!is a number specifying the precision of the truncation, 0 (zero) if omitted!
number,number_chosen!Returns the number of permutations for a given number of objects that can be selected from the total ...
number,num_digits!Rounds a number down, toward zero!is any real number that you want rounded down!is the number of digits ...
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 ...