LOG2


 
SYNTAX:
 
FUNCTION LOG2 ( V:NUMBER ) : REAL;
 
The log2 function returns the base two logarithm of a number.
 
Parameters :
V is a number.