2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -8,5 +8,6 @@ echo
|
|||
"product: ", $a * $b, "\n",
|
||||
"truncating quotient: ", (int)($a / $b), "\n",
|
||||
"flooring quotient: ", floor($a / $b), "\n",
|
||||
"remainder: ", $a % $b, "\n";
|
||||
"remainder: ", $a % $b, "\n",
|
||||
"power: ", $a ** $b, "\n"; // PHP 5.6+ only
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue