Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php4 * Pure-PHP arbitrary precision integer arithmetic library.
34 * Pure-PHP arbitrary precision integer arithmetic library. Supports base-2, base-10, base-16, and base-256
78 private $precision;
375 * Some bitwise operations give different results depending on the precision being used. Examples include left
388 * Returns the precision if it exists, false if it doesn't
417 $vars[] = 'precision';
431 if ($this->precision > 0) {
433 $this->setPrecision($this->precision);
442 * @return array{hex: string, precision?: int]
448 if ($this->precision >
207 var $precision = -1; global() variable in phpseclib\\Math\\BigInteger
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php