<?php var_dump($float = 16.99 * 100, (string)$float); // float(1698.9999999999998) // string(4) "1699"
You have javascript disabled. You will not be able to edit any code.