Loading lesson path
Concept visual
Start at both ends
Formula
Return the base - 2 logarithm of 6:SELECT LOG2(6);Formula
The LOG2() function returns the natural logarithm of a number to base - 2.See also the LOG() function.
number )
A number. Must be greater than 0
From MySQL 4.0
Formula
Return the base - 2 logarithm of 64:SELECT LOG2(64);❮ MySQL Functions