Difference between revisions of "Documentation/How Tos/Calc: ODD function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 38: Line 38:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 09:37, 24 November 2009


ODD

Rounds a number up, away from zero, to the next odd integer.

Syntax:

ODD(number)

returns number rounded to the next odd integer up, away from zero.

Example:

ODD(1.2)

returns 3.

ODD(1)

returns 1.

ODD(0)

returns 0.

ODD(-3.1)

returns -5.

Template:Documentation/SeeAlso

Personal tools