mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
docs: describe getAllAsMap in the Parser docs (#3158)
This commit is contained in:
parent
77d13c659f
commit
60de1689de
@ -167,7 +167,9 @@ The parser contains the following functions:
|
||||
- `get(name)`
|
||||
Retrieve a variable or function from the parser's scope.
|
||||
- `getAll()`
|
||||
Retrieve a map with all defined a variables from the parser's scope.
|
||||
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.
|
||||
- `remove(name)`
|
||||
Remove a variable or function from the parser's scope.
|
||||
- `set(name, value)`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user