<?php $new_q = 8.345; $remain_q = 0.075; $actual_q = $remain_q + 8.27; $output['new_q'] = number_format($new_q,20,",","."); $output['actual_q'] = number_format($actual_q,20,",","."); if( $new_q !== $actual_q ){ print_r($output); }
You have javascript disabled. You will not be able to edit any code.