Navigation bar
  Start Previous page
 94 of 307 
Next page End  

ZBasic System Library
84
ZX Microcontroller Family
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