Re: round() problem

2006-04-13 Thread Igor Robul
On Wed, Apr 12, 2006 at 09:37:01AM -0400, Bill Moran wrote: On Wed, 12 Apr 2006 12:09:17 +0200 Krzysztof Nakielski [EMAIL PROTECTED] wrote: Hi, I am having problem with round() function in php, python, mysql. I am not sure if thats FreeBSD issue. I receive the same results on 4.11,

Re: round() problem

2006-04-13 Thread Krzysztof Nakielski
On Wed, Apr 12, 2006 at 09:37:01AM -0400, Bill Moran wrote: On Wed, 12 Apr 2006 12:09:17 +0200 Krzysztof Nakielski [EMAIL PROTECTED] wrote: Hi, I am having problem with round() function in php, python, mysql. I am not sure if thats FreeBSD issue. I receive the same results on 4.11,

Re: round() problem

2006-04-13 Thread Bill Moran
Krzysztof Nakielski [EMAIL PROTECTED] wrote: On Wed, Apr 12, 2006 at 09:37:01AM -0400, Bill Moran wrote: On Wed, 12 Apr 2006 12:09:17 +0200 Krzysztof Nakielski [EMAIL PROTECTED] wrote: Hi, I am having problem with round() function in php, python, mysql. I am not sure if thats

Re: round() problem

2006-04-12 Thread Bill Moran
On Wed, 12 Apr 2006 12:09:17 +0200 Krzysztof Nakielski [EMAIL PROTECTED] wrote: Hi, I am having problem with round() function in php, python, mysql. I am not sure if thats FreeBSD issue. I receive the same results on 4.11, 5.4 and 6.0. php (4.4.1, 5.1.2): %php -r 'print round(8.075, 2)