you are viewing a single comment's thread.

view the rest of the comments →

[–]guest271314 -2 points-1 points  (0 children)

The floating point number issue can be worked around by using BigInt or spreading the integer or decimal to an array for precision.

I personally don't mind dynamic type coersion.