Exp : Math Functions « Math « PHP






Exp

<?
$test_449 = 449.0;
$test_449 = pow(10, exp(log(log10($test_449))));
print("test_449 is $test_449<BR>");

?>       

           
       








Related examples in the same category

1.rand demo
2.Using the arbitrary-precision functions for exact integer arithmetic
3.Difference between ceil and floor
4.Floor in action
5.Round in action
6.Get the Power
7.sqrt