LOG2
Returns the base-2 logarithm of a number.
Analyze Syntax
func.log2(<x>)
Analyze Examples
func.log2(8)
┌─────┐
│ 3.0 │
└─────┘
SQL Syntax
LOG2(<x>)
SQL Examples
SELECT LOG2(8);
┌─────┐
│ 3.0 │
└─────┘
Returns the base-2 logarithm of a number.
func.log2(<x>)
func.log2(8)
┌─────┐
│ 3.0 │
└─────┘
LOG2(<x>)
SELECT LOG2(8);
┌─────┐
│ 3.0 │
└─────┘