Home > lang > log2 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja zh zh_TW eo
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