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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 28: Line 28:
 
* [[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:39, 24 November 2009


POWER

Returns a number raised to a power.

Syntax:

POWER(number; power)

returns numberpower, that is number raised to the power of power.
The same result may be achieved by using the exponentiation operator ^:
number^power

Example:

POWER(4; 3)

returns 64, which is 4 to the power of 3.

4^3

also returns 4 to the power of 3.

Template:Documentation/SeeAlso

Personal tools