8 calls to Calculator::assertNumberFormat() in Price 8
- Calculator::add in src/
Calculator.php - Adds the second number to the first number.
- Calculator::compare in src/
Calculator.php - Compares the first number to the second number.
- Calculator::divide in src/
Calculator.php - Divides the first number by the second number.
- Calculator::multiply in src/
Calculator.php - Multiplies the first number by the second number.
- Calculator::round in src/
Calculator.php - Rounds the given number.
- Calculator::subtract in src/
Calculator.php - Subtracts the second number from the first number.
- Price::__construct in src/
Price.php - Constructs a new Price object.
- PriceModified::__construct in src/
PriceModified.php - Constructs a new PriceModified object.