<?php $num = '6.23'; $num2 = '1.531'; $result = bcmod($num, $num2, 3); var_dump($result);
You have javascript disabled. You will not be able to edit any code.