pieterderycke / Jace

Jace.NET is a calculation engine for the .NET platform.
MIT License
436 stars 94 forks source link

avg function not working #83

Open Dorin-Mocan opened 10 months ago

Dorin-Mocan commented 10 months ago

I get this error "Invalid token "," detected at position 5." for this calculation formula avg(1,2). I use Jace 1.0.0 version.

FabianNitsche commented 10 months ago

Hi, this could be related to your current culture. So if your decimal separator is ',', than you may need to use ';' in the average formula.

Additionally, this project seems to be dormant. A successor is https://github.com/adletec/sonic