|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Static Public Member Functions | |
| static | disable () |
| static | Add ($op1, $op2, $scale=null) |
| static | Sub ($op1, $op2, $scale=null) |
| static | Pow ($op1, $op2, $scale=null) |
| static | Mul ($op1, $op2, $scale=null) |
| static | Div ($op1, $op2, $scale=null) |
| static | Sqrt ($op1, $scale=null) |
| static | Mod ($op1, $op2) |
| static | Comp ($op1, $op2, $scale=null) |
| static | Scale ($scale) |
Static Public Member Functions inherited from Zend_Locale_Math | |
| static | isBcmathDisabled () |
| static | round ($op1, $precision=0) |
| static | floatalize ($value) |
| static | normalize ($value) |
| static | localize ($value) |
| static | exponent ($value, $scale=null) |
| static | Add ($op1, $op2, $scale=null) |
| static | Sub ($op1, $op2, $scale=null) |
| static | Pow ($op1, $op2, $scale=null) |
| static | Mul ($op1, $op2, $scale=null) |
| static | Div ($op1, $op2, $scale=null) |
| static | Sqrt ($op1, $scale=null) |
| static | Mod ($op1, $op2) |
| static | Comp ($op1, $op2, $scale=null) |
Static Public Attributes | |
| static | $defaultScale |
| static | $defaultPrecision |
Static Public Attributes inherited from Zend_Locale_Math | |
| static | $_bcmathDisabled = false |
| static | $add = array('Zend_Locale_Math', 'Add') |
| static | $sub = array('Zend_Locale_Math', 'Sub') |
| static | $pow = array('Zend_Locale_Math', 'Pow') |
| static | $mul = array('Zend_Locale_Math', 'Mul') |
| static | $div = array('Zend_Locale_Math', 'Div') |
| static | $comp = array('Zend_Locale_Math', 'Comp') |
| static | $sqrt = array('Zend_Locale_Math', 'Sqrt') |
| static | $mod = array('Zend_Locale_Math', 'Mod') |
| static | $scale = 'bcscale' |
Definition at line 34 of file PhpMath.php.
|
static |
Definition at line 57 of file PhpMath.php.
|
static |
Definition at line 209 of file PhpMath.php.
|
static |
Definition at line 36 of file PhpMath.php.
|
static |
Definition at line 145 of file PhpMath.php.
|
static |
Definition at line 187 of file PhpMath.php.
|
static |
Definition at line 125 of file PhpMath.php.
|
static |
Definition at line 103 of file PhpMath.php.
|
static |
Definition at line 235 of file PhpMath.php.
|
static |
Definition at line 169 of file PhpMath.php.
|
static |
Definition at line 80 of file PhpMath.php.
|
static |
Definition at line 54 of file PhpMath.php.
|
static |
Definition at line 53 of file PhpMath.php.