![]() ZBasic System Library
116
ZBasic Microcontrollers
Type
Function returning Single
Invocation
Exp(arg)
Parameter
Method
Type
Description
arg
ByVal
Single
The power of e to be computed.
Discussion
This function returns the Single value corresponding to the value e raised to the specified power. The
transcendental value e, upon which the natural logarithm is based, is approximately 2.718. This function
is the inverse of the Log() function.
See Also
|