function arrondi(x) { // Arrondit x à deux décimales. return Math.round(x * 100)/100; } function Conversion() { }