Public Function Exp10( _ ByVal vX As Variant _ ) As Variant
Exp10(0) = 1 Exp10(1) = 10 Exp10(2) = 100 Exp10("2.3|-4.5") = "-118.184356784098|160.75812535259"See also:
Exponent Function Power Function Log10 FunctionvX: Function returns ten (10) raised to the power of this number. Function returns Null if vX is Null or cannot be fixed up to a real or complex number (as defined by the ComplexStringToReals function). Complex numbers are represented within strings as "R|I" where R is the real part and I is the imaginary part.
Exponent(Log(10) * X)
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.