ID: 15811 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: *Math Functions Operating System: linux redhat PHP Version: 4.1.2 New Comment:
It's fixed for 4.2.0 already: [derick@kossu dev]$ php <?php echo pow (0, 80); ?> X-Powered-By: PHP/4.2.0-dev Content-type: text/html 0 Derick Previous Comments: ------------------------------------------------------------------------ [2002-03-01 10:23:27] [EMAIL PROTECTED] function pow() in version 4.0.6 function pow(0,x),x!=0 always returns 0. in version 4.1.2 function pow(0,x) x!=0 always returns nan, i think that is not correct. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15811&edit=1
