Searched defs:gcd (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
D | PHP64.php | 196 public function gcd(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 |
D | PHP32.php | 195 public function gcd(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 |
D | BCMath.php | 298 public function gcd(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
D | GMP.php | 316 public function gcd(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
D | BigInteger.php | 357 public function gcd(BigInteger $n) function in phpseclib3\\Math\\BigInteger |