Subject Re: Using aritmetic operation with numeric fields in Firebird
Author majstoru
--- In firebird-support@yahoogroups.com, "Ivan
Prenosil" <Ivan.Prenosil@...> wrote:
>
> > I was going to say - just use FLOAT and just cast your answers
each time to
> > 15,5 if that's what you really want.
> > I'm an odd man out here. I use FLOAT for everyting including
currency. I
> > just cast the result the way I need it. I've never had an issue
>
> Do you really meam FLOAT or DOUBLE PRECISION ?
> FLOAT has precision of 7 digits only.
>
> Ivan
>
Thanks to all developers for help,

So it is mean that DOUBLE PRECISION is my final solution and I can
use numbers between 1.12345 to 999,999,999.12345, if I'm not wrong?