Exp()
This function returns the result of 'e' raised to the power a given number
Syntax:
= Exp (Number)
Number = is the number which is used as x in the equation e^x
Example:
- = Exp (0) - result will be: 1.0000
- = Exp (1) - result will be: 2.7183
- = Exp (2) - result will be: 7.3891
- = Exp (3) - result will be: 20.0855
0 comments:
Post a Comment