|
static | scale ($scale=null) |
|
static | format ($x, $scale, $pad) |
|
static | isNegative ($x) |
|
static | add ($x, $y, $scale, $pad) |
|
static | sub ($x, $y, $scale, $pad) |
|
static | mul ($x, $y, $scale, $pad) |
|
static | div ($x, $y, $scale, $pad) |
|
static | mod ($x, $y, $scale, $pad) |
|
static | comp ($x, $y, $scale, $pad) |
|
static | pow ($x, $y, $scale, $pad) |
|
static | powmod ($x, $e, $n, $scale, $pad) |
|
static | sqrt ($n, $scale, $pad) |
|
◆ __callStatic()
static __callStatic |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
|
static |
◆ add()
static add |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ comp()
static comp |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ div()
static div |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ format()
static format |
( |
|
$x, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ isNegative()
◆ mod()
static mod |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ mul()
static mul |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ pow()
static pow |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ powmod()
static powmod |
( |
|
$x, |
|
|
|
$e, |
|
|
|
$n, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ scale()
static scale |
( |
|
$scale = null | ) |
|
|
staticprivate |
◆ sqrt()
static sqrt |
( |
|
$n, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ sub()
static sub |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$scale, |
|
|
|
$pad |
|
) |
| |
|
staticprivate |
◆ $scale
Default scale parameter for all bc math functions
La documentation de cette classe a été générée à partir du fichier suivant :