Flog10()
Flog10() berechnet den Logarithmus zur Basis 10 vom übergebenen Wert.
Syntax: single = Flog10( value as single )
Beispiel:
dim a as single a = 2 a = Flog10(a) ' Ergebnis: 0.30103
de:flog10
Flog10() berechnet den Logarithmus zur Basis 10 vom übergebenen Wert.
Syntax: single = Flog10( value as single )
Beispiel:
dim a as single a = 2 a = Flog10(a) ' Ergebnis: 0.30103