6 calls to Calculator::trim() in Physical Fields 8
- Calculator::add in src/
Calculator.php - Adds the second number to the first 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::subtract in src/
Calculator.php - Subtracts the second number from the first number.
- Measurement::__toString in src/
Measurement.php - Gets the string representation of the measurement.
- NumberFormatter::format in src/
NumberFormatter.php - Formats the given number for the current language.