Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → sin |
Library: ib_udf
Added in: IB
Better alternative: Internal function SIN()
Description: Returns an angle's sine. The argument must be given in radians.
Result type: DOUBLE PRECISION
Syntax:
sin (angle
)
Declaration:
DECLARE EXTERNAL FUNCTION sin DOUBLE PRECISION RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_sin' MODULE_NAME 'ib_udf'
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → External functions (UDFs) → sin |