Basetonum, 73 basetonum – Apple iWork '09 User Manual
Page 73

Chapter 5
Engineering Functions
73
Function
Description
The DEC2OCT function converts a decimal
number to the corresponding octal number.
The DELTA function determines whether two
values are exactly equal.
The ERF function returns the error function
integrated between two values.
The ERFC function returns the complementary
ERF function integrated between a given lower
bound and infinity.
The GESTEP function determines if one value is
greater than or exactly equal to another value.
The HEX2BIN function converts a hexadecimal
number to the corresponding binary number.
The HEX2DEC function converts a hexadecimal
number to the corresponding decimal number.
The HEX2OCT function converts a hexadecimal
number to the corresponding octal number.
“NUMTOBASE” (page 92)
The NUMTOBASE function converts a number
from base 10 into a number in the specified base.
The OCT2BIN function converts an octal number
to the corresponding binary number.
The OCT2DEC function converts an octal number
to the corresponding decimal number.
The OCT2HEX function converts an octal number
to the corresponding hexadecimal number.
BASETONUM
The BASETONUM function converts a number of the specified base into a number
in base 10.
BASETONUM(convert-string, base)
Â
convert-string: The string representing the number to be converted. convert-string
is a string value. It must contain only numbers and letters that apply in the base of
the number being converted.
Â
base: The current base of the number to be converted. base is a number value and
must be in the range 1 to 36.