Replies: 3 comments
-
I haven't got an awful lot of bandwidth now for a little while, but if this isn't high priority, I can chip away at it. |
Beta Was this translation helpful? Give feedback.
-
👍 no worries, please only pick it up if you like to. Let's see who picks it up first. Just drop a message here if you're in the mood and do have time for it so we prevent multiple people accidentally implement the same thing at the same time. |
Beta Was this translation helpful? Give feedback.
-
As this seems to be an open-ended proposal to add Map as a type that mathjs can natively handle, rather than a specific actionable issue (and because if I am interpreting the proposal correctly, it is probably lower priority than adding bigint support), moving to a Discussion. |
Beta Was this translation helpful? Give feedback.
-
Mathjs now supports using a
Map
asscope
. It would be nice if it is possible to useMap
in variables too.A first step would be to be able to use externally created Maps in the function
subset
and in the expression parser. A second step would be to be able to configure mathjs to either create a plain Object or a Map in the expression parser when a user evaluates something likemath.evaluate('{ b : 42 }')
.Help would be welcome! @jhugman would this be something you would like to implement? (feel free to say no)
Beta Was this translation helpful? Give feedback.
All reactions