Edit report at https://bugs.php.net/bug.php?id=60461&edit=1
ID: 60461 Updated by: yohg...@php.net Reported by: kodfish01 at yahoo dot com Summary: Wrong value outputted -Status: Open +Status: Bogus Type: Bug Package: Output Control Operating System: windows 7 PHP Version: 5.4.0RC2 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2011-12-07 18:02:42] kodfish01 at yahoo dot com Description: ------------ --- >From manual page: http://www.php.net/function.floor#refsect1-function.floor- returnvalues --- $diameter = 0.474; //0utput should be 0.5 but floor function rounds the 2 down to 1? $us_ring_size = floor($diameter - 0.458)/0.008) * 0.25; Expected result: ---------------- 0.5 Actual result: -------------- 0.25 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60461&edit=1