Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → COS() |
![]() |
![]() |
![]() ![]() ![]() ![]() |
Find a more recent version at Firebird 5.0 Language Reference: COS()
Available in: DSQL, PSQL
Added in: 2.1
Description: Returns an angle's cosine. The argument must be given in radians.
Result type: DOUBLE PRECISION
Syntax:
COS (angle
)
Any non-
NULL
result is – obviously – in the range [-1, 1].
If the external function
COS
is declared in your database, it will override the internal
function. To make the internal function available, DROP or ALTER the external
function (UDF).
![]() ![]() ![]() ![]() |
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → COS() |