Using the arbitrary-precision functions for exact integer arithmetic : Math Functions : Math PHP Source Code


PHP Source Code » Math » Math Functions »

 

Using the arbitrary-precision functions for exact integer arithmetic



<?
for ($x = 1; $x < 25; $x++) {
  print("$x to the $x power is " . bcpow($x, $x"<BR>");
}

?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Math
» Math Functions