Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation.
Info
| Version: | 2.6.1 |
| Author(s): | kovtunv |
| Last Update: | Saturday, October 4, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/KovtunV/NoStringEvaluating |
| NuGet Url: | https://www.nuget.org/packages/NoStringEvaluating |
Install
Install-Package NoStringEvaluating
dotnet add package NoStringEvaluating
paket add NoStringEvaluating
NoStringEvaluating Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.Extensions.ObjectPool(>= 5.0.1)
Tags