var num  = 123.456;
일때
console.log(num.toFixed(5));
이거결과가 123.45600이라는데
123.4560    이게정답아님?