meta data for this page
  •  

F_G

function from adhoc

Entrypoint g compatible with UTF-8


Inputs/Outputs

   Input      nothing	
   Output     DOUBLE       constant g for acceleration of gravity [m/s^2]

Syntax

   Output with BY VALUE
   TestSQL
   SELECT CAST(9.80665 AS DOUBLE PRECISION) AS ISCORRECT, F_G() FROM RDB$DATABASE;