Start Back Next End
  
ZBasic System Library
117
ZBasic Microcontrollers
Exp10
Type
Function returning Single
Invocation
Exp10(arg)
Parameter
Method
Type
Description
arg
ByVal
Single
The power of 10 to be computed.
Discussion
This function returns the Single value corresponding to the value 10 raised to the specified power.  This
function is the inverse of the Log10() function.
See Also
Previous page Top Next page