Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php283 * "common residue". If the remainder would be positive, the "common residue" and the remainder are the
284 * same. If the remainder would be negative, the "common residue" is equal to the sum of the remainder
293 * list($quotient, $remainder) = $a->divide($b);
297 * echo $remainder->toString(); // outputs 10
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php64 $remainder = $seconds % 3600;
69 $minutes = floor($remainder / 60);
70 $seconds = $remainder % 60;