PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $price = 0.015328019619865; $percent = 10; $loading = ($price / 100) * $percent; $multiplicity = 1; $mod = ($price + $loading) / $multiplicity; $newPrice = $mod + $price; print_r($newPrice);
Show:  
Copy Clear