[PHP] Re: pow() vs. float when doing match.

2002-04-24 Thread Jim Winstead
Scott Fletcher [EMAIL PROTECTED] wrote: There is the calculation errors for the floating point, so I checked the PHP website. On that website, the function webpage, pow(). It said that In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings.. So, there was

[PHP] Re: pow() vs. float when doing match.

2002-04-24 Thread Scott Fletcher
Thanks! That's explain it! One other question. Is the even number a stable release and the odd number an unstable release? Just like the Red Hat Linux or Perl as an example. Does that apply to PHP? THanks, Scott Jim Winstead [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Re: pow() vs. float when doing match.

2002-04-24 Thread Jim Winstead
Scott Fletcher [EMAIL PROTECTED] wrote: Thanks! That's explain it! One other question. Is the even number a stable release and the odd number an unstable release? Just like the Red Hat Linux or Perl as an example. Does that apply to PHP? nope. (this just happened to be broken in 4.1.x by