Skip to content

Returns the cube root of a number.

func.cbrt(<x>)
func.cbrt(27)
┌─────┐
3.0
└─────┘
CBRT(<x>)
SELECT CBRT(27);
┌─────┐
3.0
└─────┘