[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/brick/math/src/Internal/Calculator/ -> GmpCalculator.php (summary)

(no description)

File Size: 156 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

GmpCalculator:: (16 methods):
  add()
  sub()
  mul()
  divQ()
  divR()
  divQR()
  pow()
  modInverse()
  modPow()
  gcd()
  fromBase()
  toBase()
  and()
  or()
  xor()
  sqrt()


Class: GmpCalculator  - X-Ref

Calculator implementation built around the GMP library.

add(string $a, string $b)   X-Ref
{@inheritdoc}


sub(string $a, string $b)   X-Ref
{@inheritdoc}


mul(string $a, string $b)   X-Ref
{@inheritdoc}


divQ(string $a, string $b)   X-Ref
{@inheritdoc}


divR(string $a, string $b)   X-Ref
{@inheritdoc}


divQR(string $a, string $b)   X-Ref
{@inheritdoc}


pow(string $a, int $e)   X-Ref
{@inheritdoc}


modInverse(string $x, string $m)   X-Ref
{@inheritdoc}


modPow(string $base, string $exp, string $mod)   X-Ref
{@inheritdoc}


gcd(string $a, string $b)   X-Ref
{@inheritdoc}


fromBase(string $number, int $base)   X-Ref
{@inheritdoc}


toBase(string $number, int $base)   X-Ref
{@inheritdoc}


and(string $a, string $b)   X-Ref
{@inheritdoc}


or(string $a, string $b)   X-Ref
{@inheritdoc}


xor(string $a, string $b)   X-Ref
{@inheritdoc}


sqrt(string $n)   X-Ref
{@inheritDoc}




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer