Skip to content

v3.0.8

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 11 Dec 16:47
· 11 commits to master since this release

Download the library here

  • ADDED: The DefaultNumberType option 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.5

Trial unlocked until the end of December