From:             [EMAIL PROTECTED]
Operating system: n/a
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  exponential ** operator

It would be nice to have an exponential operator. ** would be a logical
choice, just like in C.

Example:
echo 2**3; // prints 8

I know we have pow(), but an operator for this would be nice...
-- 
Edit bug report at: http://bugs.php.net/?id=13756&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to