Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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) | |
modPow (string $base, string $exp, string $mod) | |
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) | |
Calculator implementation built around the bcmath library.
add | ( | string | $a, |
string | $b | ||
) |
{}
Références $b.
divQ | ( | string | $a, |
string | $b | ||
) |
{}
Références $b.
divR | ( | string | $a, |
string | $b | ||
) |
{}
Références $b.
mul | ( | string | $a, |
string | $b | ||
) |
{}
Références $b.
pow | ( | string | $a, |
int | $e | ||
) |
{}
sqrt | ( | string | $n | ) |
Références $n.
sub | ( | string | $a, |
string | $b | ||
) |
{}
Références $b.