Difference between revisions of "Manuals/calci/UNITPOWER"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''UNITPOWER(a,b)'''</div><br/> *<math>a</math> is the base value *<math>b</math> is the power value ==Description== *This function gives the va...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
*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 indicates how many times to multiply the number.
 
*The power of a number indicates how many times to multiply the number.
*For e.g =UNITPOWER(4,3) = 4*4*4 = 63.
+
*For e.g =UNITPOWER(4,3) = 4*4*4 = 64.
 
*In <math> UNITPOWER(a,b)</math>, <math>a</math> is the base value. It can be  +  or  - .  
 
*In <math> UNITPOWER(a,b)</math>, <math>a</math> is the base value. It can be  +  or  - .  
 
*<math>b</math> is the power(exponent) value to which the <math>a</math> is raised.  
 
*<math>b</math> is the power(exponent) value to which the <math>a</math> is raised.  
Line 24: Line 24:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|oZpmdOJqWdM|280|center|POWER}}
+
{{#ev:youtube|v=Ei7ZptGqgUM|280|center|POWER}}
  
 
==See Also==
 
==See Also==

Latest revision as of 06:04, 26 April 2022

UNITPOWER(a,b)


  • 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 indicates how many times to multiply the number.
  • For e.g =UNITPOWER(4,3) = 4*4*4 = 64.
  • 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. UNITPOWER(7,0) = 1.
  • Symbolic representation of power is ^ operator.

Examples

=UNITPOWER(1,4) = 1
=UNITPOWER(2,6) = 64
=UNITPOWER(5.2,3) = 140.608
=UNITPOWER(6,0.2) = 1.430969081
=UNITPOWER(2,3/4) = 1.681792831
=UNITPOWER(10,0) = 1
=UNITPOWER(7,-2) = 0.020408163

Related Videos

POWER

See Also

References