NumberUtil::round()

Method: Round a number using the built-in `round` function, but unless the value to round is numeric (a number or a string that can be parsed as a number), apply ‘floatval’ first to it (so it will convert it to 0 in most cases).

Source: src/Utilities/NumberUtil.php:28

Used by 34 functions | Uses 0 functions