Documentation/How Tos/Calc: POWER function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 19:05, 16 July 2018 by Sancho (Talk | contribs)

Jump to: navigation, search



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.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_POWER_function&oldid=243282"
Views
Personal tools
Navigation
Tools