-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
follow-on proposalThis is out of scope of this proposalThis is out of scope of this proposal
Description
Current APIs:
parseInt()
parses strings to Number with an arbitrary radix.Number.prototype.toString()
prints a Number to a string with an arbitrary radix.BigInt.prototype.toString()
prints a BigInt to a string with an arbitrary radix.
However, I cannot find a built-in function to parse a string to a BigInt with an arbitrary radix. Stack Overflow seems to agree.
Worth including in this proposal?
(Follow-up to #5)
js-choi and Rudxain
Metadata
Metadata
Assignees
Labels
follow-on proposalThis is out of scope of this proposalThis is out of scope of this proposal