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

net8 #31

Closed KovtunV closed 2 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.87%. Comparing base (6bcdb13) to head (952a0f0). Report is 1 commits behind head on master.

Files Patch % Lines
...Evaluating/Exceptions/NoStringFunctionException.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #31 +/- ## ========================================== + Coverage 90.78% 90.87% +0.09% ========================================== Files 186 372 +186 Lines 2322 4594 +2272 Branches 428 856 +428 ========================================== + Hits 2108 4175 +2067 - Misses 155 301 +146 - Partials 59 118 +59 ```

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