Skip to content

Returns the sine of x, where x is given in radians.

func.sin( <x> )
func.sin(90)
┌────────────────────┐
│ func.sin(90) │
├────────────────────┤
0.8939966636005579
└────────────────────┘
SIN( <x> )
SELECT SIN(90);
┌────────────────────┐
sin(90) │
├────────────────────┤
0.8939966636005579
└────────────────────┘