| Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → cos |
![]() |
Library: ib_udf
Added in: IB
Better alternative: Internal function COS()
Description: Returns an angle's cosine. The argument must be given in radians.
Result type: DOUBLE PRECISION
Syntax:
cos (angle)
Declaration:
DECLARE EXTERNAL FUNCTION cos DOUBLE PRECISION RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_cos' MODULE_NAME 'ib_udf'
| Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → cos |