ID:          41108
 Updated by:  [EMAIL PROTECTED]
 Reported By: jack dot nerad at comcast dot net
 Status:      Open
-Bug Type:    Feature/Change Request
+Bug Type:    Documentation problem
 PHP Version: 6CVS-2007-04-17 (CVS)
 New Comment:

Made it a doc problem, which it is. It might be that in the past this
negative exponent did not work though.


Previous Comments:
------------------------------------------------------------------------

[2007-04-18 00:36:25] jack dot nerad at comcast dot net

Now that's turnaround time!  I didn't even have to upgrade to the
latest version! :)

Actually, I was looking for how to do exponentiation in the docs, found
pow(), and read:

"Note:  PHP cannot handle negative exps."

at

http://us.php.net/manual/en/function.pow.php

 
There's pretty much only one way to read that, I think, so I didn't
bother to look for features explicitly ruled out by the docs.  In
addition, there are a bunch of notes with hacks on how to get around the
no negative exponents 'feature?'

(shrug) 

Close this feature request, or whatever. Maybe change it to a bug in
the docs?

------------------------------------------------------------------------

[2007-04-17 08:27:42] [EMAIL PROTECTED]

What are you talking about?

# php -r 'var_dump(pow(2,-2));'
float(0.25)


------------------------------------------------------------------------

[2007-04-17 01:37:39] jack dot nerad at comcast dot net

Description:
------------
It is a sin that PHP cannot handle negative exponents.  Every other
respectable language that has half the vocabulary that PHP has can
handle negative exponents.  Heck, even the windows calculator can handle
negative exponents.  Please.  Mature and refine the language to include
this ability. 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41108&edit=1

Reply via email to