<?php $salaire_euros_string = 2000.47;$taux_reval = 1.21; var_dump(round(floatval($salaire_euros_string) * floatval($taux_reval), 2));
Standard input is empty
float(2420.57)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!