Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → cot
Firebird Home Firebird Home Prev: coshFirebird Documentation IndexUp: External functions (UDFs)Next: dow

cot

Library: ib_udf

Added in: IB

Better alternative: Internal function COT()

Description: Returns an angle's cotangent. The argument must be given in radians.

Result type: DOUBLE PRECISION

Syntax: 

cot (angle)

Declaration: 

DECLARE EXTERNAL FUNCTION cot
   DOUBLE PRECISION
   RETURNS DOUBLE PRECISION BY VALUE
   ENTRY_POINT 'IB_UDF_cot' MODULE_NAME 'ib_udf'
Prev: coshFirebird Documentation IndexUp: External functions (UDFs)Next: dow
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → cot