|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| class | BcMath\Number |
Namespaces | |
| namespace | BcMath |
Functions | |
| bcadd (string $num1, string $num2, ?int $scale=null) | |
| bcsub (string $num1, string $num2, ?int $scale=null) | |
| bcmul (string $num1, string $num2, ?int $scale=null) | |
| bcdiv (string $num1, string $num2, ?int $scale=null) | |
| bcmod (string $num1, string $num2, ?int $scale=null) | |
| bcdivmod (string $num1, string $num2, ?int $scale=null) | |
| bcpowmod (string $num, string $exponent, string $modulus, ?int $scale=null) | |
| bcpow (string $num, string $exponent, ?int $scale=null) | |
| bcsqrt (string $num, ?int $scale=null) | |
| bccomp (string $num1, string $num2, ?int $scale=null) | |
| bcscale (?int $scale=null) | |
| bcfloor (string $num) | |
| bcceil (string $num) | |
| bcround (string $num, int $precision=0, RoundingMode $mode=RoundingMode::HalfAwayFromZero) | |
| bcadd | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 7 of file bcmath.stub.php.
| bcceil | ( | string | $num | ) |
@refcount 1
Definition at line 44 of file bcmath.stub.php.
| bccomp | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
Definition at line 36 of file bcmath.stub.php.
| bcdiv | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 16 of file bcmath.stub.php.
| bcdivmod | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
Definition at line 25 of file bcmath.stub.php.
| bcfloor | ( | string | $num | ) |
@refcount 1
Definition at line 41 of file bcmath.stub.php.
| bcmod | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 19 of file bcmath.stub.php.
| bcmul | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 13 of file bcmath.stub.php.
| bcpow | ( | string | $num, |
| string | $exponent, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 31 of file bcmath.stub.php.
| bcpowmod | ( | string | $num, |
| string | $exponent, | ||
| string | $modulus, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 28 of file bcmath.stub.php.
| bcround | ( | string | $num, |
| int | $precision = 0, | ||
| RoundingMode | $mode = RoundingMode::HalfAwayFromZero ) |
@refcount 1
Definition at line 47 of file bcmath.stub.php.
| bcscale | ( | ?int | $scale = null | ) |
Definition at line 38 of file bcmath.stub.php.
| bcsqrt | ( | string | $num, |
| ?int | $scale = null ) |
@refcount 1
Definition at line 34 of file bcmath.stub.php.
| bcsub | ( | string | $num1, |
| string | $num2, | ||
| ?int | $scale = null ) |
@refcount 1
Definition at line 10 of file bcmath.stub.php.