Re: [firebird-support] It´s a bug or whatever?

2015-10-29 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 29-10-2015 19:22, hamacker sirhamac...@gmail.com [firebird-support] wrote: > When I try: > select (2183.48/(1-(37.25/100))) as valor from rdb$database > > As result Firebird: 3465,8412 > But other databases(MSSQL) and spreadshets(Excel and Calc) the correct > result is 3479,6494023904 > > If I

Re: [firebird-support] It´s a bug or whatever?

2015-10-29 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]

Re: [firebird-support] It´s a bug or whatever?

2015-10-29 Thread hamacker sirhamac...@gmail.com [firebird-support]
Thanks. One more question, It´s a firebird way or it´s a math general consensus? I try a lot of programs, and only firebird return wrong value. 2015-10-29 16:30 GMT-02:00 setysvar setys...@gmail.com [firebird-support] < firebird-support@yahoogroups.com>: > > > Den 29.10.2015 19:22, skrev hamack

[firebird-support] It´s a bug or whatever?

2015-10-29 Thread hamacker sirhamac...@gmail.com [firebird-support]
Hi everybody. When I try: select (2183.48/(1-(37.25/100))) as valor from rdb$database As result Firebird: 3465,8412 But other databases(MSSQL) and spreadshets(Excel and Calc) the correct result is 3479,6494023904 If I change (37.25/100) to 0.3725 as follow: select (2183.48/(1-0.3725)) as valor

Re: [firebird-support] It´s a bug or whatever?

2015-10-29 Thread setysvar setys...@gmail.com [firebird-support]
Den 29.10.2015 19:22, skrev hamacker sirhamac...@gmail.com [firebird-support]: Hi everybody. When I try: select (2183.48/(1-(37.25/100))) as valor from rdb$database As result Firebird: 3465,8412 But other databases(MSSQL) and spreadshets(Excel and Calc) the correct result is 3479,6494023904