KovtunV / NoStringEvaluating

Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
MIT License
28 stars 10 forks source link

Null value and other improvements #5

Closed KovtunV closed 2 years ago

KovtunV commented 2 years ago
  1. Null type
  2. Object type
  3. Boolean type
  4. New functions
  5. Unit tests improvement
  6. Evaluator with nullable result
  7. Change function registration approach (via options)
  8. Evaluator builder with the least memory consumption
  9. DebugExtensions
  10. Prevent scientific format in EvaluatorValue.ToString
  11. Readme