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
the limit is not documented afaict and the returned result is wrong. Instead of returning the wrong result shouldn't it return "false" just like when it cannot parse it?
var moneyWithDecimalMarks = wNumb({
thousand: ''',
});
1234567890123456: 1'234'567'890'123'456
12345678901234567: 12'345'678'901'234'568
123456789012345678: 123'456'789'012'345'680
1234567890123456789: 1'234'567'890'123'456'800
The first one is still correct but adding more numbers results in strange effects.
The text was updated successfully, but these errors were encountered: