Exp10

Return a Single specifying the base 10 exponent of a number.

Syntax: x = Exp10(number)

The required number argument is a Single or valid numeric expression .

Requires:
   
Include <libs\fp32ext.bas>

Example:

Dim x as Single
x=2.06069784
x=Exp10(x)   ' x is 114.99999

Also See: Log10