Subject Floating-point constants precision
Author Dimitry Sibiryakov
Hi, All!

Why FB (2.1.1 at least) consider any floating-point constant as type
float instead of double precision?

SQL> select 1.14155251141552511e-5 from rdb$database;

CONSTANT
=======================
0.000011

SY, SD.