We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Documentation states that in a parser getAll() retrieves a map, but it's an object.
getAll()
mathjs/docs/expressions/parsing.md
Lines 169 to 170 in cee9deb
The one that retrieves a map is getAllAsMap but it's not documented, fixing the grammatical error of "defined a variables" probably should be:
getAllAsMap
getAll() Retrieve an object with all defined variables in the parser's scope. getAllAsMap() Retrieve a map with all defined variables in the parser's scope.
getAllAsMap()
Reference
mathjs/src/expression/Parser.js
Lines 99 to 113 in cee9deb
The text was updated successfully, but these errors were encountered:
Good find, we should update and clarify the docs!
Sorry, something went wrong.
Fixed via #3158
The fix is now published in v12.4.0
v12.4.0
No branches or pull requests
Hi,
Documentation states that in a parser
getAll()
retrieves a map, but it's an object.mathjs/docs/expressions/parsing.md
Lines 169 to 170 in cee9deb
The one that retrieves a map is
getAllAsMap
but it's not documented, fixing the grammatical error of "defined a variables" probably should be:Reference
mathjs/src/expression/Parser.js
Lines 99 to 113 in cee9deb
The text was updated successfully, but these errors were encountered: