The Cos() calculates the cosine of a given radian value.
Cos()
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns cosine of number Returns invalid expression if the parameter has no value or is not a valid number.
invalid expression
This function uses 32-bit Integers, therefore the range of valid parameters is
-2147483648 and +2147483648
Cos(
rad
)
Cos(1) => 0.5403023059
Cos(1)
Cos() => Invalid expression
numeric
☑️
a number given in unit of radians
cos(1)
0.5403023059
cos(Pi)
-1
cos(Pi/2)
0
Last updated 10 months ago
Was this helpful?