Searched refs:pow (Results 1 – 12 of 12) sorted by relevance
244 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer272 list($pow) = $p_1->divide($two);274 $temp = $z->powMod($pow, $modulo);288 if ($t->powMod($two->pow($i), $modulo)->equals($one)) {296 $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), $modulo);
83 $digit = (int) floor($digit / pow(2, 2 * $step));333 public function pow(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
334 public function pow(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
1083 while ($g->pow($n)->compare($this) < 0) {1088 if ($g->pow($n)->equals($this) > 0) {1102 $guess = $g->pow($n);
580 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
591 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
132 $x = $x2->pow($exp);138 $temp = $this->two->pow($temp);
80 $x = $x2->pow($exp);
203 public function pow(array $args): array function in LesserPHP\\Functions\\Math
784 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger786 return new static($this->value->pow($n->value));
239 * Replaced `pow()` call with `**` operator (micro performance optimization). [#622](https://github.…
6 …pow(t,e+2)}}),V.extend(b,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return…