In php 5.6 +
there is an example operator **.$i = 6;
$i **=2;
$out = $i ** 3
echo 2 ** 3 ** 2;
echo -3 ** 2;
echo 1 - 3 ** 2;
echo ~3 ** 2;
**better than that pow(,).
When you try to write a mathematical algorithm. **- a powerful operator.
there is no functional difference between him and the steppe.
power failure
source
share