Difference between revisions of "Manuals/calci/EXP"

From ZCubes Wiki
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=...")
 
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''EXP(x)'''</div><br/>
 +
*where <math>x</math> is the number .
  
Syntax
+
*EXP() returns e raised to the power of a given number
  
</div></div>
+
==Description==
----
+
*This function gives the <math>e</math> raised to the power of number.
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
*In <math>EXP(x)</math>, where <math>x</math> represents the exponent of <math>e</math> or <math>e^x</math>.
 +
*The approximate  value of the constant <math>e=2.718281828459045</math> and it is equal to <math>e^x</math> or <math>EXP(1)</math>.
 +
*It is called the Mathematical Constant or Euler's Number or Napier's Constant.
 +
*It is the base of natural logarithm.
 +
*It can be calculate the sum of infinite series: <math>e=1+\frac{1}{1}+\frac{1}{1.2}+\frac{1}{1.2.3}+\frac{1}{1.2.3.4} +...</math>
 +
*And the inverse function of the natural logarithm function is the exponential function:
 +
<math>f^{-1}(x) = e^x</math>.
  
Remarks
+
==ZOS==
 +
*The syntax is to calculate the EXP in ZOS is <math>EXP(x)</math>.
 +
**where <math>x</math> is the number .
 +
*For e.g.,(-9)..5..2@EXP
 +
{{#ev:youtube|k1aWYvtxxrI|280|center|Exponential}}
  
</div></div>
+
==Examples==
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Examples
+
*=EXP(1)=2.718281828459045
 +
*=EXP(0)=1
 +
*=EXP(-5)=0.0067379469990
 +
*=EXP(6.3)=544.5719101259
  
</div></div>
+
==Related Videos==
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
{{#ev:youtube|v=T3zzvj6wSCQ|280|center|EXP Function}}
  
</div></div>
+
==See Also==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman"> <font size="6">EXP</font> </font>'''</div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><br /><div id="7Space" class="gamizbox" title="7Space"><div id="7SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="7SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="7SpaceRollupContent" align="center"></span></span></div><div id="7SpaceCover"><div id="7SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="3"><font face="Times New Roman"> '''EXP''' ('''num''')
 
  
'''num'''   is the exponent applied to the base e.
+
*[[Manuals/calci/IMEXP  | IMEXP ]]
 +
*[[Manuals/calci/LOG  | LOG ]]
 +
*[[Manuals/calci/LN  | LN ]]
  
</font></font></div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Exponential_function  Exponential function]
<div id="13SpaceContent" class="zcontent" align="left"><br /><br /><div id="1Space" class="gamizbox" title="1Space"><div id="1SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="1SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="1SpaceRollupContent" align="center"></span></span></div><div id="1SpaceCover"><div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="3"> </font>
 
  
·        <font face="Times New Roman">The exponentiation operator(^) is  used to calculate powers of other bases.</font>
 
  
·        <font face="Times New Roman">EXP is the inverse of the natural logarithm of number. </font>
 
  
</div></div>
+
*[[Z_API_Functions | List of Main Z Functions]]
----
 
<div id="14SpaceContent" class="zcontent" align="left"><br /><br /><br /><div id="5Space" class="gamizbox" title="5Space"><div id="5SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="5SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="5SpaceRollupContent" align="center"></span></span></div><div id="5SpaceCover"><div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
  
It calculates the power of a number to the base e where e is a constant.
+
*[[ Z3 Z3 home ]]
 
 
</div></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><br /><br /><br /><div id="9Space" class="gamizbox" title="9Space"><div id="9SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="9SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="9SpaceRollupContent" align="center"></span></span></div><div id="9SpaceCover"><div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="3"><font face="Times New Roman"> 
 
 
 
Lets see an example in (Column1, Row 1)
 
 
 
EXP (num)
 
 
 
EXP (C1R1)
 
 
 
That is EXP (1.5) is 4.481
 
 
 
</font></font></div></div>
 
----
 
<div id="6SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="   " |
 
<div id="6Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | 1.5
 
| class="sshl_f" | 4.4817
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="6Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="6Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
</div></div></div></div></div></div></div></div></div></div></div></div>
 

Latest revision as of 16:21, 19 November 2018

EXP(x)


  • where is the number .
  • EXP() returns e raised to the power of a given number

Description

  • This function gives the raised to the power of number.
  • In , where represents the exponent of or .
  • The approximate value of the constant and it is equal to or .
  • It is called the Mathematical Constant or Euler's Number or Napier's Constant.
  • It is the base of natural logarithm.
  • It can be calculate the sum of infinite series:
  • And the inverse function of the natural logarithm function is the exponential function:

.

ZOS

  • The syntax is to calculate the EXP in ZOS is .
    • where is the number .
  • For e.g.,(-9)..5..2@EXP
Exponential

Examples

  • =EXP(1)=2.718281828459045
  • =EXP(0)=1
  • =EXP(-5)=0.0067379469990
  • =EXP(6.3)=544.5719101259

Related Videos

EXP Function

See Also

References

Exponential function