Merhaba,
bu şekilde sorunsuz çalışmaktadır.
<?php
$x = (float) 1.18;
$y = (float) 5.9833;
echo $x * $y;