A Sample code can be shown as
<?php
echo gmp_strval(gmp_pow(4,4)); //This would give the answer as 256
?>
(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)
gmp_pow — Eleva un numero a potenza
A Sample code can be shown as
<?php
echo gmp_strval(gmp_pow(4,4)); //This would give the answer as 256
?>