Hi i am trying to get a accurate value when separated with decimal points so using Number()
The given number value and separate with decimal value 8
Number(Math.round("15020740619342.794"+'e'+"8")+'e-'+"8");
Getting NAN error, can any one explain reason for this and alternate way