-
While walking through the code supplied with the 2023 publication, I encountered an error when running the code under "# Dataset 2 ----------":
`ncalc_v2 Error in def.calc.ntrans(kclInt = ntr_inte…
-
I wish I could write parameter name with bracket like this
```C#
var array = new float[] { 1,2,3,4,5,6 };
var e = new Expression("1 + (2 * [array[0]])");
e.EvaluateParameter += delegate(string n…
-
**Describe the bug**
In Analytics, Probability statistics and Number Theory modules, if the result is larger than width of screen, it will cause incomplete display
**Expected behavior**
I…
-
Asking for two things here, I'm trying to debug some funky results in an expression which is using formulas, ie the string expression:
`"Ability('Mass') * 1000000 * TechData('8557acb9-c764-44e7-8ee4-…
se5a updated
5 months ago
-
Hello, I'm wondering whether this project is alive.
The issues are not being answered, pull requests are not discussed.
Any updates planned?
Thanks.
-
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…
-
## Describe the bug
In the Matrix module, after creating 2*2 Matrix A and 3\*3 Matrix B, then input the content of Matrix A as [[1,2],[3,4]] and Matrix B as [[1,2,3],[4,5,6],[7,8,9]
![image](https…
-
**Describe the Issue**
In the Base-N module, after entering a number, convert the number to other base, a new number will be displayed. However, base converter is hard to seen. I gave an example be…
-
Sorry, not really a bug. I just need advice.
I would like to use Expressive in an async multi-threaded environment. Can you please let me know if the compiled expression cache is safe to use in thi…
-
#### Expected behavior
The calculator should be able to perform calculating operations within it's limit without any hassle.
#### Actual behavior
When I tried to perform the operation 10^3 three ti…