Subject Re: [firebird-support] Miscalculation of floating points in Firebird
Author Dimitry Sibiryakov
26.01.2018 16:17, Salim Naufal s.naufal@... [firebird-support] wrote:
> I am not familiar with the details of the SQL standard, is this the proper was to round
> and calculate numeric values in SQL?

Yes. In your first examples you don't use floating point numbers, but exact decimals.
SQL standard rules say that result of calculations on decimals is a decimal of appropriate
precision.


--
WBR, SD.