meta data for this page
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'