2.0
3.0
>
lang
>
log2
Previous Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Log2
Value
= Log2 (
Number
AS Float
)
AS Float
Computes the binary logarithm of a number.
Log2(x) =
Log
(x) / Log(2)
Example
PRINT Log2(16)
4
See also
Logarithms & Exponentials Functions