• Hi, thanks for looking into this. I just had a look at the code involved and I believe I just fixed it: https://github.com/espruino/Espruino/com­mit/3c700f9d92e73d08dc28a60abd29915a8abd­9499

    If you try with the latest builds hopefully you'll have some luck.

    Floating point is a bit of a nightmare as any error could be:

    • conversion of a text string to floating point
    • the actual floating point maths
    • conversion of floating point to text

    If this comes up in future one solution might be to compare (new Float64Array([1234.50])).buffer which gives you the dependable, non-fuzzy binary representation of the underlying floating point number.

About

Avatar for Gordon @Gordon started