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