NoStringEvaluating 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NoStringEvaluating --version 1.0.2
NuGet\Install-Package NoStringEvaluating -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NoStringEvaluating" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NoStringEvaluating --version 1.0.2
#r "nuget: NoStringEvaluating, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NoStringEvaluating as a Cake Addin
#addin nuget:?package=NoStringEvaluating&version=1.0.2

// Install NoStringEvaluating as a Cake Tool
#tool nuget:?package=NoStringEvaluating&version=1.0.2

Fast and easy mathematical evaluation without endless string parsing! Parses string formula one time and use its object sequence in each evaluation. Moreover, provides user defined functions and variables.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NoStringEvaluating:

Package Downloads
Corprio.Core

Shared libraries for developing Corprio applications

NoStringEvaluating.Extensions.Microsoft.DependencyInjection

DI extensions for "Extensions.Microsoft.DependencyInjection"

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NoStringEvaluating:

Repository Stars
Artemis-RGB/Artemis
Provides advanced unified lighting across many different brands RGB peripherals
Version Downloads Last updated
2.5.2 5,397 1/27/2023
2.5.1 820 10/27/2022
2.5.0 607 10/7/2022
2.4.2 582 9/17/2022
2.4.1 1,754 8/31/2022
2.4.0 1,456 8/14/2022
2.3.0 648 7/16/2022
2.2.2 24,549 9/26/2021
2.2.1 481 8/21/2021
2.2.0 424 5/29/2021
2.1.0 375 5/10/2021
2.0.0 390 4/20/2021
1.4.4 592 2/19/2021
1.4.3 401 2/6/2021
1.4.2 399 1/30/2021
1.4.1 386 1/24/2021
1.4.0 425 1/16/2021
1.3.0 431 1/9/2021
1.2.1 390 1/7/2021
1.2.0 413 1/7/2021
1.1.0 412 1/5/2021
1.0.2 486 1/2/2021
1.0.1 438 1/1/2021
1.0.0 466 1/1/2021

Fix mistake with unary minus close to bracket, mistaken formula = "-(5* -(5 * -(5+16) - (6-7 * -(5+16 * -(3+6)))+3))"