I need to convert a number with a value of 1.10 to a lossless floating point value. How can I achieve this in JavaScript.
1.10 when outputting and assigning the last 0 is lost, the result is 1.1, how to make sure that 0 is not lost when assigning in JavaScript