-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
compareNatural does not support bigint #3631
Copy link
Copy link
Closed
Labels
buggood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs codehelp wanted
Metadata
Metadata
Assignees
Labels
buggood first issueRelatively localized/straightforward changes that would provide a good introduction to mathjs codeRelatively localized/straightforward changes that would provide a good introduction to mathjs codehelp wanted
Describe the bug
compareNatural purports to accept all types that mathjs supports, but it does not handle bigints
To Reproduce
math.compareNatural(3n, 10n)throws 'TypeError: Unsupported type of value "bigint"'