Home > lang > log2 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Log2
Syntax
fValue = Log2 ( fNumber AS Float ) AS Float

Computes the binary logarithm of a number.

Log2(x) = Log(x) / Log(2)

Examples

PRINT Log2(16)

4

See also

Logarithms & Exponentials Functions