-
I noticed that the library seems to occasionally be rounding incorrectly. I initially thought this was due to using floating point math but after re-looking at the values I'm not positive. This is my …
-
Sur le leaderboard, pour une course multi class, je cherche a afficher le bestlap pour ma classe et cela ne semble pas fonctionner.
J'utilise leaderboardbestlap avec la "cible" MYCLASSONLY mais cel…
-
Do Ncalc supports hexadecimal number?
I try this:
`New Expression("0x10020").Evaluate()`.
It throws exception.
-
I was trying to implement a solution to a problem I was having today which meant that I was passing a value as null, like so:
`exp.Parameters["Field1"] = null`. This, however, does not work as it eve…
-
I'm currently attempting to use NCalcJS in an Angular project for performing on the fly calculations on the frontend. We currently use NCalc for C# for another project and wanted to keep the calculati…
-
I tried installing this library from npm using the steps indicated in the readme but had a few issues.
First:
> Before we can run our build, we need to install ts-patch that will change our paths…
-
Hello,
I'm facing a strange issue when I try to write any formula inside the dashboard bindings menu. It seems like it doesn't matter what code I write, on the Raw Result I'll always get "Expressi…
-
Hello,
see this other issue of an external library : https://github.com/pieterderycke/Jace/issues/79
in which CalcPad is cited for comparison.
I believe CalcPad assumes the correct operations order…
-
Good morning,
I can't use a comma as a decimal separator. Error message...
-
Hi
I encountered issue of not able to control the correct execution order of multiple agents. It means I can't let an agent to add reward and observation at right time so the information to be adde…