9 calls to DivisionByZeroException::divisionByZero()
- BigDecimal::dividedBy in vendor/
brick/ math/ src/ BigDecimal.php - Returns the result of the division of this number by the given one, at the given scale.
- BigDecimal::exactlyDividedBy in vendor/
brick/ math/ src/ BigDecimal.php - Returns the exact result of the division of this number by the given one.
- BigDecimal::quotient in vendor/
brick/ math/ src/ BigDecimal.php - Returns the quotient of the division of this number by the given one.
- BigDecimal::quotientAndRemainder in vendor/
brick/ math/ src/ BigDecimal.php - Returns the quotient and remainder of the division of this number by the given one.
- BigDecimal::remainder in vendor/
brick/ math/ src/ BigDecimal.php - Returns the remainder of the division of this number by the given one.
- BigInteger::dividedBy in vendor/
brick/ math/ src/ BigInteger.php - Returns the result of the division of this number by the given one.
- BigInteger::quotient in vendor/
brick/ math/ src/ BigInteger.php - Returns the quotient of the division of this number by the given one.
- BigInteger::quotientAndRemainder in vendor/
brick/ math/ src/ BigInteger.php - Returns the quotient and remainder of the division of this number by the given one.
- BigInteger::remainder in vendor/
brick/ math/ src/ BigInteger.php - Returns the remainder of the division of this number by the given one.