v3.0.8
Download the library here
- ADDED: The
DefaultNumberTypeoption to let you choose the default type when none is specified
var context = new EvalContext();
context.DefaultNumberType = DefaultNumberType.Double;
var result = context.Execute("1/2"); // 0.5Trial unlocked until the end of December