bcmod
След.
(PHP 3, PHP 4, PHP 5)bcmod -- Get modulus of an arbitrary precision number
- Get the modulus of the left_operand using modulus.
Пример 1. bcmod() example
<?phpecho bcmod('4', '2'); // 0echo bcmod('2', '4'); // 2?>
- bcdiv().
Пред.
Начало
bcdiv
Уровень выше
bcmul 22222