Skip to content

Returns the tangent of a number in radians.

func.tan(<x>)
func.tan(0)
┌─────┐
0.0
└─────┘
TAN(<x>)
SELECT TAN(0);
┌─────┐
0.0
└─────┘