Searched defs:subtract (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ | ||
D | Integer.php | 184 public function subtract(self $x) function in phpseclib3\\Math\\PrimeField\\Integer |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ | ||
D | PHP64.php | 128 public function subtract(PHP64 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 |
D | PHP32.php | 127 public function subtract(PHP32 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 |
D | BCMath.php | 181 public function subtract(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath |
D | GMP.php | 180 public function subtract(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ | ||
D | Integer.php | 368 public function subtract(self $x) function in phpseclib3\\Math\\BinaryField\\Integer |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ | ||
D | BigInteger.php | 263 public function subtract(BigInteger $y) function in phpseclib3\\Math\\BigInteger |