Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → pi |
Library: ib_udf
Added in: IB
Better alternative: Internal function PI()
Description: Returns an approximation of the value of π.
Result type: DOUBLE PRECISION
Syntax:
pi ()
Declaration:
DECLARE EXTERNAL FUNCTION pi RETURNS DOUBLE PRECISION BY VALUE ENTRY_POINT 'IB_UDF_pi' MODULE_NAME 'ib_udf'
Firebird Documentation Index → Firebird 2.5 Language Ref. Update → External functions (UDFs) → pi |