Last updated 2 years ago
Was this helpful?
The Sin() function calculates the sine of a number given in radians.
Sin()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns the sine of a number. Returns Invalid expression if rad has no value.
Invalid expression
rad
Sin(
)
Sin(1) => 0.8414709848
Sin(1)
Sin() => Invalid expression
numeric
a number given in unit of radians.
Sin(0)
0
Sin(Pi/2)
1
0.8414709848078965