Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe GmpCalculator
+ Graphe d'héritage de GmpCalculator:

Fonctions membres publiques

 add (string $a, string $b)
 
 sub (string $a, string $b)
 
 mul (string $a, string $b)
 
 divQ (string $a, string $b)
 
 divR (string $a, string $b)
 
 divQR (string $a, string $b)
 
 pow (string $a, int $e)
 
 modInverse (string $x, string $m)
 
 modPow (string $base, string $exp, string $mod)
 
 gcd (string $a, string $b)
 
 fromBase (string $number, int $base)
 
 toBase (string $number, int $base)
 
 and (string $a, string $b)
 
 or (string $a, string $b)
 
 xor (string $a, string $b)
 
 sqrt (string $n)
 
- Fonctions membres publiques hérités de Calculator
 abs (string $n)
 
 neg (string $n)
 
 cmp (string $a, string $b)
 
 add (string $a, string $b)
 
 sub (string $a, string $b)
 
 mul (string $a, string $b)
 
 divQ (string $a, string $b)
 
 divR (string $a, string $b)
 
 divQR (string $a, string $b)
 
 pow (string $a, int $e)
 
 mod (string $a, string $b)
 
 modInverse (string $x, string $m)
 
 modPow (string $base, string $exp, string $mod)
 
 gcd (string $a, string $b)
 
 sqrt (string $n)
 
 fromBase (string $number, int $base)
 
 toBase (string $number, int $base)
 
 fromArbitraryBase (string $number, string $alphabet, int $base)
 
 toArbitraryBase (string $number, string $alphabet, int $base)
 
 divRound (string $a, string $b, int $roundingMode)
 
 and (string $a, string $b)
 
 or (string $a, string $b)
 
 xor (string $a, string $b)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Calculator
static set (?Calculator $calculator)
 
static get ()
 
- Champs de données hérités de Calculator
const MAX_POWER = 1000000
 
const ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz'
 
- Fonctions membres protégées hérités de Calculator
 init (string $a, string $b)
 

Description détaillée

Calculator implementation built around the GMP library.

Documentation des fonctions membres

◆ add()

add ( string  $a,
string  $b 
)

{}

Références $b.

◆ and()

and ( string  $a,
string  $b 
)

{}

Références $b.

◆ divQ()

divQ ( string  $a,
string  $b 
)

{}

Références $b.

◆ divQR()

divQR ( string  $a,
string  $b 
)

{}

Références $b, et $r.

◆ divR()

divR ( string  $a,
string  $b 
)

{}

Références $b.

◆ fromBase()

fromBase ( string  $number,
int  $base 
)

{}

Références $base.

◆ gcd()

gcd ( string  $a,
string  $b 
)

{}

Références $b.

◆ modInverse()

modInverse ( string  $x,
string  $m 
)

{}

Références $result, et null.

◆ modPow()

modPow ( string  $base,
string  $exp,
string  $mod 
)

{}

Références $base, et $mod.

◆ mul()

mul ( string  $a,
string  $b 
)

{}

Références $b.

◆ or()

or ( string  $a,
string  $b 
)

{}

Références $b.

◆ pow()

pow ( string  $a,
int  $e 
)

{}

◆ sqrt()

sqrt ( string  $n)

Références $n.

◆ sub()

sub ( string  $a,
string  $b 
)

{}

Références $b.

◆ toBase()

toBase ( string  $number,
int  $base 
)

{}

Références $base.

◆ xor()

xor ( string  $a,
string  $b 
)

{}

Références $b.


La documentation de cette classe a été générée à partir du fichier suivant :