3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getCoefAtAmericanFormat($coef) { if ($coef == '' || $coef == 0) { return 0; } return $coef == 2 ? "+100" : $coef < 2 ? '-' . floor((100 / (round($coef,2) - 1))) : '+' . floor(((round($coef,2) - 1) * 100)); } echo getCoefAtAmericanFormat(1.04);

This is an error 404

There are `0` results


preferences:
145.73 ms | 1399 KiB | 7 Q