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

add cases into formula checker #14 #25

Closed KovtunV closed 3 months ago

KovtunV commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.62%. Comparing base (6cb559f) to head (77f7e51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #25 +/- ## ========================================== + Coverage 86.03% 90.62% +4.58% ========================================== Files 186 186 Lines 2292 2303 +11 Branches 417 421 +4 ========================================== + Hits 1972 2087 +115 + Misses 246 156 -90 + Partials 74 60 -14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.