Numeric functions – Apple Numbers '08 User Manual

Page 200

Advertising
background image

200

Chapter 12

Dictionary of Functions

Numeric Functions

The numeric functions calculate commonly used mathematical values.

Numbers provides these numeric functions.

Function

Description

ABS (page 205)

Calculates the absolute value of a number.

CEILING (page 212)

Rounds a number away from zero to the nearest multiple of a
specified factor.

COMBIN (page 215)

Finds the number of different ways you can combine a number of
items into groups of a specific size.

EVEN (page 229)

Rounds a number away from zero to the next even number.

EXP (page 230)

Calculates e to the power of a number.

FACT (page 230)

Calculates the factorial of a number.

FLOOR (page 232)

Rounds a number toward zero to the nearest multiple of a
specified factor.

GCD (page 234)

Calculates the greatest common divisor of a set of numbers.

INT (page 238)

Returns the nearest integer less than or equal to a number.

LCM (page 243)

Finds the least common multiple of a set of numbers.

LN (page 244)

Calculates the natural logarithm of a number.

LOG (page 245)

Calculates the logarithm of a number with a specified base.

LOG10 (page 245)

Calculates the base-10 logarithm of a number.

MOD (page 250)

Calculates the remainder of a division.

MROUND (page 252)

Rounds a number to the nearest multiple of a specified factor.

ODD (page 254)

Rounds a number away from zero to the nearest odd number.

PI (page 256)

Returns an approximation of pi accurate to 15 decimal places.

POWER (page 258)

Raises a number to a power, like the ^ operator.

PRODUCT (page 262)

Calculates the product of a set of numbers.

QUOTIENT (page 263)

Calculates the integer quotient (without remainder) of two
numbers.

RAND (page 264)

Generates a random number greater than or equal to 0 and less
than 1.

RANDBETWEEN (page 264)

Generates a random integer in an inclusive range.

ROMAN (page 267)

Converts a number to Roman numerals.

ROUND (page 268)

Rounds a number to a specified number of digits.

ROUNDDOWN (page 268)

Rounds a number toward zero to the specified number of places.

ROUNDUP (page 269)

Rounds a number away from zero to the specified number of
places

Advertising