7 calls to Calculator::assertNumberFormat() in Physical Fields 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.
- Measurement::__construct in src/
Measurement.php - Constructs a new Measurement object.