-
Hi. I am trying to upgrade my project with the latest version of NCalc, the One with Parlot. I am struggling with custom grammar modifications that I had previously done in Antlr. I would like to know…
-
Hello, I'm wondering whether this project is alive.
The issues are not being answered, pull requests are not discussed.
Any updates planned?
Thanks.
-
Looking for an alternative to NCALC and come across to this package, but wondered if tis still maintained or updated?
Does this project works with .NET5 and the upcoming .NET6? If it doesnt, can i…
-
so gammy can do basic arithmetic
if im feeling very adventurous, this can be expanded into a grammar of allowable tokens using antlr or some shit, giving us the capabilities of adding more complex fe…
-
## Describe the bug
In the Fibonacci Number module, when input a negative number like -6, the output is incorrect.
## Expected behavior
I expected the result should be not negative. Maybe cha…
-
## Describe the bug
In the scientific calculator module, after choosing tan fuction and entering tan((2k+1)π/2)where k is positive integer, the calculator just displays incorrect result.
## Expected…
-
testing #1281 some more
The new UI allows you to break down expressions to make them more clear (and this will be super cool with "preset" transformations that are rather sweet to chain like this a…
-
Would be great if we could write custom formulas for telemetry. Even if they are basic like =3 or >1 etc.
-
-
## Describe the bug
In the Prime Number module, when input a negative number like -1, then it will output will be Prime(-1).
## Expected behavior
I expected the result should use the absolute…