Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php282 * Returns an array whose first element contains the quotient and whose second element contains the
293 * list($quotient, $remainder) = $a->divide($b);
295 * echo $quotient->toString(); // outputs 0