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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 19: Line 19:
 
: also returns <tt>'''4'''</tt> to the power of <tt>'''3'''</tt>.
 
: also returns <tt>'''4'''</tt> to the power of <tt>'''3'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[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]]
'''[[Documentation/How_Tos/Calc: SQRT function|SQRT]]'''
+
* [[Documentation/How_Tos/Calc: SQRT function|SQRT]]'''
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
  
[[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]]}}

Revision as of 14:12, 25 February 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