| Firebird Documentation Index → Firebird 1.5 Language Ref. Update → External functions (UDFs) → dpower |
![]() |
Library: fbudf
Added in: 1.0 (Win), 1.5 (Linux)
Description: Returns x to the y'th
power.
Return type: DOUBLE PRECISION
Syntax:
dpower (x,y)
Declaration:
DECLARE EXTERNAL FUNCTION dPower DOUBLE PRECISION BY DESCRIPTOR, DOUBLE PRECISION BY DESCRIPTOR, DOUBLE PRECISION BY DESCRIPTOR RETURNS PARAMETER 3 ENTRY_POINT 'power' MODULE_NAME 'fbudf'
| Firebird Documentation Index → Firebird 1.5 Language Ref. Update → External functions (UDFs) → dpower |