21.08.2013 Views

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

LibreOffice 3.4 Calc Guide - The Document Foundation Wiki

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Syntax Description<br />

FLOOR(number; significance;<br />

mode)<br />

Rounds the given number down to the nearest multiple of<br />

significance. Significance is the value to whose multiple of ten<br />

the number is to be rounded down (.01, .1, 1, 10, etc.). Mode is<br />

an optional value. If it is indicated and non-zero and if the<br />

number and significance are negative, rounding down is carried<br />

out based on that value.<br />

GCD(numbers) Returns the greatest common divisor of one or more integers.<br />

Numbers is a list of up to 30 numbers whose greatest common<br />

divisor is to be calculated, separated by semi-colons.<br />

GCD_ADD(numbers) Returns the greatest common divisor of a list of numbers.<br />

Numbers is a list of up to 30 numbers separated by semicolons.<br />

INT(number) Rounds the given number down to the nearest integer.<br />

ISEVEN(value) Returns TRUE if the given value is an even integer, or FALSE if<br />

the value is odd. If the value is not an integer, the function<br />

evaluates only the integer part of the value.<br />

ISODD(value) Returns TRUE if the given value is an odd integer, or FALSE if<br />

the value is even. If the value is not an integer, the function<br />

evaluates only the integer part of the value.<br />

LCM(integer_1; integer_2; ...<br />

integer_30)<br />

Returns the least common multiple of one or more integers.<br />

Integer_1; integer_2;... integer_30 are integers whose lowest<br />

common multiple is to be calculated.<br />

LCM_ADD(numbers) Numbers is a list of up to 30 numbers separated by semicolons.<br />

<strong>The</strong> result is the lowest common multiple of a list of<br />

numbers.<br />

LN(number) Returns the natural logarithm based on the constant e of the<br />

given number.<br />

LOG(number; base) Returns the logarithm of the given number to the specified<br />

base. Base is the base for the logarithm calculation.<br />

LOG10(number) Returns the base-10 logarithm of the given number.<br />

MOD(dividend; divisor) Returns the remainder after a number is divided by a divisor.<br />

Dividend is the number which will be divided by the divisor.<br />

Divisor is the number by which to divide the dividend.<br />

MROUND(number; multiple) <strong>The</strong> result is the nearest integer multiple of the number.<br />

MULTINOMIAL (number(s)) Returns the factorial of the sum of the arguments divided by the<br />

product of the factorials of the arguments. Number(s) is a list of<br />

up to 30 numbers separated by semi-colons.<br />

ODD(number) Rounds the given number up to the nearest odd integer.<br />

PI() Returns the value of PI to fourteen decimal places.<br />

POWER(base; power) Returns the result of a number raised to a power. Base is the<br />

number that is to be raised to the given power. Power is the<br />

exponent by which the base is to be raised.<br />

358 <strong>LibreOffice</strong> <strong>3.4</strong> <strong>Calc</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!