RETURNS THE LOGARITHM BASE 2 OF V
ACTION
The function LOG2(V) returns the logarithm base 2 of V.
V can be a real or integer number and must be strictly positive.
SYNTAX:
Result=LOG2(V)
USE ERROR EXAMPLE
print log2(3)
print "Result = 1.58496250072116"
LOG2()
LOG2(V)
SEE ALSO
EXP()
LOG()
LOG10()