Difference between revisions of "Manuals/calci/POWER"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''POWER(n,p)'''</div><br/> |
+ | *<math>n</math> is the base value | ||
+ | *<math>p </math> is the power value | ||
− | |||
− | < | + | ==Description== |
− | + | *This function gives the value of a number raised to a power. | |
− | + | *The power of a number indicating how many times we have to multiply the number. | |
+ | *For e.g POWER(4,3)=4*4*4=63. | ||
+ | *In <math> POWER(n,p) ,n is the base value.It can be any '+' or '-'. | ||
+ | *<math> p</math> is the power (exponent) value to which the n is raised. | ||
+ | *Power is also called Exponents or Indices. | ||
+ | *Anything raised to the power 0 is equal to 1.i.e.,POWER(7,0)=1. | ||
+ | *We can use the "^" operator instead of POWER function. | ||
− | |||
− | + | ==Examples== | |
− | + | #POWER(17,4)=83521 | |
− | + | #POWER(26,1)=26 | |
+ | #POWER(5.2,3)=140.608 | ||
+ | #POWER(6,0.2)=1.430969081 | ||
+ | #POWER(2,3/4)=1.681792831 | ||
+ | #POWER(50,0)=1 | ||
+ | #POWER(7,-2)=0.020408163 | ||
− | + | ==See Also== | |
+ | *[[Manuals/calci/EXP | EXP ]] | ||
+ | *[[Manuals/calci/SIN | SIN ]] | ||
+ | *[[Manuals/calci/COS | COS ]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 02:39, 6 January 2014
POWER(n,p)
- is the base value
- is the power value
Description
- This function gives the value of a number raised to a power.
- The power of a number indicating how many times we have to multiply the number.
- For e.g POWER(4,3)=4*4*4=63.
- In is the power (exponent) value to which the n is raised.
- Power is also called Exponents or Indices.
- Anything raised to the power 0 is equal to 1.i.e.,POWER(7,0)=1.
- We can use the "^" operator instead of POWER function.
Examples
- POWER(17,4)=83521
- POWER(26,1)=26
- POWER(5.2,3)=140.608
- POWER(6,0.2)=1.430969081
- POWER(2,3/4)=1.681792831
- POWER(50,0)=1
- POWER(7,-2)=0.020408163
See Also