Searched refs:pow (Results 1 – 12 of 12) sorted by relevance
227 public function pow(BigInteger $x) function in phpseclib3\\Math\\PrimeField\\Integer252 list($pow) = $p_1->divide($two);254 $temp = $z->powMod($pow, static::$modulo[$this->instanceID]);268 if ($t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) {276 … $b = $c->powMod($two->pow($m->subtract($i)->subtract($one)), static::$modulo[$this->instanceID]);
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
1051 while ($g->pow($n)->compare($this) < 0) {1056 if ($g->pow($n)->equals($this) > 0) {1070 $guess = $g->pow($n);
587 public function pow(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
577 public function pow(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
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
750 public function pow(BigInteger $n) function in phpseclib3\\Math\\BigInteger752 return new static($this->value->pow($n->value));
187 * 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…