Home
last modified time | relevance | path

Searched refs:twos_compliment (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php213 * @param bool $twos_compliment
216 public function toBytes($twos_compliment = false)
218 return $this->value->toBytes($twos_compliment);
224 * @param bool $twos_compliment
227 public function toHex($twos_compliment = false)
229 return $this->value->toHex($twos_compliment);
235 * Negative numbers are saved as positive numbers, unless $twos_compliment is set to true, at which point, they're
238 * @param bool $twos_compliment
241 public function toBits($twos_compliment = false)
243 return $this->value->toBits($twos_compliment);
533 toBytes($twos_compliment = false) global() argument
632 toHex($twos_compliment = false) global() argument
657 toBits($twos_compliment = false) global() argument
[all...]