Calling the Built in abs() Function : abs : Math PHP Source Code


PHP Source Code » Math » abs »

 

Calling the Built in abs() Function




<html>
<head>
<title>Calling the Built in abs() Function</title>
</head>
<body>
<?php
$num = -321;
$newnum = abs$num );
print $newnum;
?>
</body>
</html>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Math
» abs