Searched refs:getPrecision (Results 1 – 2 of 2) sorted by relevance
181 $this->value->setPrecision($x->getPrecision());395 public function getPrecision() function in phpseclib3\\Math\\BigInteger397 return $this->value->getPrecision();419 if ($this->getPrecision() > 0) {450 if ($this->getPrecision() > 0) {451 $result['precision'] = $this->getPrecision();484 $result['precision'] = $this->getPrecision();
478 public function getPrecision() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine