Log2

Description
Returns the base 2 logarithm of a number.
Tags
Functions
Type
#
Syntax
log2(number)
Example
log2(64) == 6
Template Example