-
I am getting StackOverflow exception on evaluate function and I guess this is because of long precision numbers not sure though as the exception doesn't have much details in it whereas the same evalua…
-
@yallie I invited you to the NCalc org. Can you add the unsigned version to the org?
![image](https://github.com/ncalc/ncalc/assets/52143624/034dd794-f9fa-4370-9b5c-ae78b758cb42)
Also, I will up…
-
Hi,
I am trying to create a condition that triggers when a character receives heals when under a specific health percentage, let's say 50%.
I am using:
`CheckAnyStatus(CurrentStatus, BattleStat…
-
I've found that in `LogicalExpressionParser` the result variable type is `decimal`, but I think it should be `double` and only when `ExpressionOptions.DecimalAsDefault` (`UseDecimalsAsDefault`) specif…
-
https://ncalc.github.io/ncalc/api/ link is broken
-
A little anecdote about the history of this project. When I first developed it we had a customer who was building gaz turbines with lots of sensors on them (huge company). We were creating a tool for …
-
@pieterderycke
What effort, would you guess, is required to get Jace to support decimal (not just double)?
Evan
-
Right now when the external function is called and `ignoreCase` is used the function name is converted to lower case. I think we shouldn't convert it to any case and pass the original name to external…
-
**Is your feature request related to a problem? Please describe.**
I want use `IMemoryCache` at the cache, but don't want to create a dependency in NCalc with this.
**Describe the solution you'd…
-
We have a use case where we are defining our own custom **IF** function and then making use of it using an expression like so:
I**F(CUST1 != null, CUST1.Name, "Cust1 is null")**
The problem we a…