I have PHP 7.4.27 with the following code: floatval($resultSet['p']) * intval($product->nr)
when $resultSet['p'] = 189.27 and $product->nr = 3, the result is 567.8100000000001
what's up with all those decimals? other float values and other integer values don't give me that kind of result