Trigonometric Functions
sin
sin(col)SELECT sin(radians(30))
FROM myTable
-- Returns 0.49999999999999994cos
cos(col)SELECT cos(radians(60))
FROM myTable
-- Returns 0.5000000000000001tan
tan(col)cot
asin
acos
atan
atan2
sinh
cosh
tanh
degrees
radians
Last updated
Was this helpful?

