Edit report at https://bugs.php.net/bug.php?id=13756&edit=1
ID: 13756 Comment by: hello at wesalvaro dot com Reported by: san...@php.net Summary: exponential ** operator Status: Closed Type: Feature/Change Request Package: Feature/Change Request Operating System: n/a PHP Version: 4.0.6 Block user comment: N Private report: N New Comment: le why not? Previous Comments: ------------------------------------------------------------------------ [2002-04-27 16:17:03] j...@php.net not going to happen. just suck it up and use pow(). ------------------------------------------------------------------------ [2001-10-19 18:51:47] jer...@php.net I proposed that earlier (along with ^^) [ZendEnginge ML, june 27th & july 3rd]. Anyway, I think it should be added, there is simply no power operator now, and pow() is both a bit bugly and overloaded (both ^^ and ** at the same time). ------------------------------------------------------------------------ [2001-10-19 11:24:28] hholz...@php.net ** is Pascal, not C ------------------------------------------------------------------------ [2001-10-19 10:36:03] san...@php.net 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 this bug report at https://bugs.php.net/bug.php?id=13756&edit=1