-
It would be helpful if you add [MathML](https://en.wikipedia.org/wiki/MathML) support instead of MathJax. It is [supported](https://caniuse.com/mathml) by almost all modern browsers and does not requi…
-
I'd like to use Python in Excel to display some LATEX math formulas in cells.
Creating these images is easy when just using the `sympy` library, but one has to have latex installed. Python in Excel …
-
I am going to implement a method for passing a string math expression to create custom tonemapping functions, something I have wanted so long. It will be amazing for experimentation. Also quite easy t…
-
I'd like to propose a simple mathematical expression parser based on NativeJIT to be included within the following benchmark suite:
https://github.com/ArashPartow/math-parser-benchmark-project/
We a…
-
The current flag implementation allows the user to optionally include dependencies (or files or set parameters etc) based on the flag being true of false:
```yaml
targets:
lint:
-
Long time ago the idea if package MathNotation was to provide "syntactic sugar" by providing "fancy" selectors like ∃ or ∈ to allow nice math expressions. However, this never really worked dependency-…
-
Hello,
I suggest a common solution for both issues https://github.com/toml-lang/toml/issues/514 (Add a duration/timedelta type) and https://github.com/toml-lang/toml/issues/912 (Add nicer syntax f…
-
It looks like Heynote uses floating-point arithmetic to calculate equations with decimal numbers. Instead, it should probably use a library like [decimal.js](https://github.com/MikeMcl/decimal.js) in …
Flimm updated
2 months ago
-
Copied from https://stackoverflow.com/questions/50204380
Given the following nearley code:
@builtin "whitespace.ne"
@{%
let numberedParams = {
3: 4…
-
> Having my 'e' variable exception because of same name with exponential operation
`void _expression_creation_and_evaluation() {
Parser p = Parser();
Expression exp = p.parse('e');
Context…