Navigation bar
  Start Previous page
 96 of 323 
Next page End  

ZBasic System Library
86
ZX Microcontroller Family
Exp
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
Previous page Top Next page