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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:POWER function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_EXP_function
 +
|NextPage=Documentation/How_Tos/Calc:_LOG_function
 +
}}__NOTOC__
  
 
== POWER ==
 
== POWER ==
Line 19: Line 24:
 
: also returns <tt>'''4'''</tt> to the power of <tt>'''3'''</tt>.
 
: also returns <tt>'''4'''</tt> to the power of <tt>'''3'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: EXP function|EXP]]
 
* [[Documentation/How_Tos/Calc: EXP function|EXP]]
 
* [[Documentation/How_Tos/Calc: LOG function|LOG]]
 
* [[Documentation/How_Tos/Calc: LOG function|LOG]]
Line 28: Line 33:
 
* [[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/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 14:58, 31 January 2024

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=259872"
Views
Personal tools
Navigation
Tools
In other languages