|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getExactDivision ($dividend, $divisor) | |
Data Fields | |
| const | DIVIDE_EPSILON = 10000 |
| getExactDivision | ( | $dividend, | |
| $divisor | |||
| ) |
Returns the floating point remainder (modulo) of the division of the arguments
| float | int | $dividend | |
| float | int | $divisor |
Definition at line 28 of file Division.php.
| const DIVIDE_EPSILON = 10000 |
Const for correct dividing decimal values
Definition at line 19 of file Division.php.