You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the return values are clearly different from the expected formatted numbers:
"123,412,365,456,789.36"
"123,456,789,123,456,789.99"
"99,876,543,212,323.69"
(regardless any rounding that has to be made, numbers have to respect their value unless a rounding is really needed).
I hope you can provide a patch for this issue. For the project I'm working on I can make an ugly replacement (based on String comparing), but it won't solve the issue.
Best regards from Chile.
The text was updated successfully, but these errors were encountered:
Hi.
I'm getting some differences in expected value an resulting value. Tried
and works as expected returning a "123,456,789.36"
Tried
and the return values are clearly different from the expected formatted numbers:
(regardless any rounding that has to be made, numbers have to respect their value unless a rounding is really needed).
I hope you can provide a patch for this issue. For the project I'm working on I can make an ugly replacement (based on String comparing), but it won't solve the issue.
Best regards from Chile.
The text was updated successfully, but these errors were encountered: