Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMath.php203 public function pow(array $args): array function in LesserPHP\\Functions\\Math
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php227 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php334 public function pow(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php333 public function pow(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php587 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php577 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php750 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger