<?php $a = gmp_init ("5"); $b = gmp_init ("2"); echo gmp_add ($a, $b) . PHP_EOL; echo gmp_sub ($a, $b) . PHP_EOL; echo gmp_mul ($a, $b) . PHP_EOL; echo gmp_div_q ($a, $b) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`