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