<html> <body> <button onclick="var myNum = new Number(100.22); alert(myNum.toFixed(1));"> fix 100.22 </button> </body> </html>