Log10
Log10(float1) : float Log10(decimal1) : decimal
Logarithmusfunktion (Basis 10)
Details
- float1 / decimal1: Ausgangswert
- Resultat:
float/decimalLogarithmus (Basis 10) - Siehe: Verwandte Befehle ,
Log2 (),LogN (),Pow ()
Vom Ausgangswert (float1 / decimal1) wird der Logarithmus zur Basis 10 errechnet.
Beispiele:
Log10(100.0) // 2.0
Log10(10000.0) // 4.0
Log10(1.0) // 0.0
Mögliche Laufzeitfehler:
_ErrMathArgument: (float1 / decimal1) ist kleiner oder gleich0