How to use the workspace function from mathjs
Find comprehensive JavaScript mathjs.workspace code examples handpicked from public code repositorys.
GitHub: kukawski/mathjs
151 152 153 154 155 156 157 158 159 160
```js // load math.js var math = require('mathjs'); // create a workspace var workspace = math.workspace(); // add expressions to the workspace var id0 = workspace.append('a = 3/4'); var id1 = workspace.append('a + 2');
0
0
2
+ 15 other calls in file
mathjs.evaluate is the most popular function in mathjs (87200 examples)