Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
COS
COS
Returns the cosine of an angle in radians.
PostgreSQL 17.5
COS
(
angle
)
angle
The angle in radians
Examples
PostgreSQL 17.5
SELECT
COS
(
PI
(
)
/
2
)