Skip to content

Returns the sine of a number in radians.

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