Syntax :
Exp ( dblPower )
dblPower : Numeric expression repression representing the power to which you want to raise the number e.
Exp ( dblPower )
dblPower : Numeric expression repression representing the power to which you want to raise the number e.
Dim dblNumber as Double, dblResult as Double
dblNumber = 14
dblResult = Exp ( dblNumber )
This example returns a double-precision number that represents the natural logarithmic base raised to the power of 14.
dblNumber = 14
dblResult = Exp ( dblNumber )
This example returns a double-precision number that represents the natural logarithmic base raised to the power of 14.
No comments:
Post a Comment