Difference between revisions of "Manuals/calci/POWER"
Jump to navigation
Jump to search
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''POWER( | + | <div style="font-size:30px">'''POWER (Number,Power)'''</div><br/> |
− | *<math> | + | *<math>Number</math> is the base value. |
− | *<math> | + | *<math>Power</math> is the power value. |
− | + | **POWER(),returns the result of a number raised to a power. | |
==Description== | ==Description== | ||
*This function gives the value of a number raised to a power. | *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. | *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. | + | *For e.g =POWER(4,3) = 4*4*4 = 63. |
− | *In <math> POWER( | + | *In <math> POWER(Number,Power)</math>, <math>Number</math> is the base value. It can be + or - . |
− | *<math> | + | *<math> Power </math> is the power(exponent) value to which the <math>Number</math> is raised. |
*Power is also called Exponents or Indices. | *Power is also called Exponents or Indices. | ||
− | *Anything raised to the power 0 is equal to 1.i.e. | + | *Anything raised to the power 0 is equal to 1. i.e. POWER(7,0) = 1. |
− | *We can use the | + | *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 | ||
− | == | + | ==Related Videos== |
− | + | ||
− | + | {{#ev:youtube|v=Ei7ZptGqgUM|280|center|POWER}} | |
− | # | ||
− | |||
− | |||
− | |||
− | |||
==See Also== | ==See Also== | ||
Line 28: | Line 31: | ||
*[[Manuals/calci/SIN | SIN ]] | *[[Manuals/calci/SIN | SIN ]] | ||
*[[Manuals/calci/COS | COS ]] | *[[Manuals/calci/COS | COS ]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://www.math.com/school/subject1/lessons/S1U1L8DP.html Power] | ||
− | + | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:26, 21 November 2018
POWER (Number,Power)
- is the base value.
- is the power value.
- POWER(),returns the result of a number raised to a power.
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 base value. It can be + or - .
- is the power(exponent) value to which the 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
Related Videos
See Also
References