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
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
[Merge chakra-core/ChakraCore@ee3378557e] [MERGE #3742 @xiaoyinl] Nev…
…er use exponential if radix not 10 (Fix #3739, #3740)
Merge pull request #3742 from xiaoyinl:never_use_exp
Other engines (SpiderMonkey, JSC and V8) never use exponential display for num.toString(radix) if radix is not 10, no matter how large num is. This PR updates the code and the test cases to match that behavior.
This PR fixes #3739 and fixes #3740.
See also: #2751, #3635.
/cc @dilijev@littledan@bterlson