Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 196 Bytes

function.HH.Lib.Math.int_div.md

File metadata and controls

8 lines (6 loc) · 196 Bytes
$result1 = Math\int_div(8, 4);
echo "Integer division of 8 by 4 yields $result1 \n";

$result2 = Math\int_div(7, 4);
echo "Integer division of 7 by 4 yields $result2 \n";