-
For some reason, evaluating `help(not)` throws an error. For example:
```js
// Works fine
console.log(math.evaluate('help(and)'));
// "SyntaxError: Value expected (char 9)"
console.log(math.e…
-
Clang-19 crashed with `#pragma omp atomic` enabled.
Compiler explorer(assertion trunck): https://godbolt.org/z/W9ePrb8cK
```
$cat mutant.C
a() {
#pragma omp atomic
0 --
This program was…
-
we can [programmatically](https://stackoverflow.com/questions/13614783/programmatically-add-cells-to-an-ipython-notebook-for-report-generation) be able to pull markdown from the current notebook and r…
-
This is blocked on #128 (new parser) because we need to support multiple equations.
It'd be great to have another module, like `simplifyExpression` and `solveEquation` that solved a system of equat…
-
**Describe the bug**
When trying to parse the unit `lbf/(mile/h)^2` a SyntaxError is thrown.
`SyntaxError: Unexpected "^" in "lbf/(mile/h)^2" at index 12`
This is unexpected since the unit s…
-
- [x] I have verified that I am on the latest version of the Linter
## Describe the Bug
in callout like $$\n (content) \n $$ that triggers a command with one and only one line before and after t…
-
Can you implement this feature? Essentially when you make a calculation, a preview of the answer appears.
A good example of this is in Google calculator. Here's a screenshot for your reference
![Scr…
-
Hello and thank you first of all that you have put so much effort into the package and make it available to us.
Actually everything works very well, I only have a single problem. To help you unders…
-
```php
$parser = Parser::createDefault();
$expression = $parser->parse("111111111111111111111111111111111111111111111111111111111111111111111111111");
var_dump($expression->evaluate()); // int(92…
-
The following is a list of issues which need to be fixed/improved on in the parser for `MathExpr`
- [ ] Issues relating to the verb of the clause being present in the TeX expression, i.e. a divides…