mparlak / Flee

Fast Lightweight Expression Evaluator
607 stars 119 forks source link

no integer divisions should be allowed by default #98

Open TheOOnewbie opened 2 years ago

TheOOnewbie commented 2 years ago

this would help a lot, If the following code is by default set to be true

context.Options.IntegersAsDoubles = true;