07-05-2008, 04:37 PM
Bonjour,
Sers-toi de l'objet Math et de ses fonctions :
http://www.commentcamarche.net/javascript/jsmath.php3
x = Math.round(6.01);
//donne x = 6
x = Math.round(3.80);
//donne x = 4
x = Math.round(3.50);
//donne x = 4
Sers-toi de l'objet Math et de ses fonctions :
http://www.commentcamarche.net/javascript/jsmath.php3
x = Math.round(6.01);
//donne x = 6
x = Math.round(3.80);
//donne x = 4
x = Math.round(3.50);
//donne x = 4