EquationSolver 1.0.21
dotnet add package EquationSolver --version 1.0.21
NuGet\Install-Package EquationSolver -Version 1.0.21
<PackageReference Include="EquationSolver" Version="1.0.21" />
paket add EquationSolver --version 1.0.21
#r "nuget: EquationSolver, 1.0.21"
// Install EquationSolver as a Cake Addin #addin nuget:?package=EquationSolver&version=1.0.21 // Install EquationSolver as a Cake Tool #tool nuget:?package=EquationSolver&version=1.0.21
.NET Standard Library to solve equations expressed as free-form strings with variables, including boolean branching and nested equation trees using forward-only parsing (very fast). Functions include common math, trigonometry and common functions, equation triggers, decimal or double calculation determination, as well as User defined functions, and user defined tables.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EquationSolver:
Package | Downloads |
---|---|
Common.Orchestration
.NET Class library for generic implementation of an orchestrating scheduler for applications. Based on the idea that scheduling objects is a matter of returning objects on the specified date(s) and specified times(s). Orchestration is the coordination of these scheduled items over time, or, based on some event or rule set |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.21 | 734 | 6/30/2022 |
1.0.20 | 457 | 6/27/2022 |
1.0.19 | 448 | 6/17/2022 |
1.0.18 | 439 | 6/17/2022 |
1.0.17 | 460 | 3/31/2022 |
1.0.15 | 966 | 4/25/2019 |
1.0.14 | 2,255 | 3/27/2019 |
1.0.13 | 635 | 3/20/2019 |
1.0.12 | 3,121 | 2/23/2019 |
1.0.11 | 717 | 2/20/2019 |
1.0.10 | 711 | 2/19/2019 |
1.0.9 | 742 | 1/27/2019 |
1.0.7 | 759 | 1/20/2019 |
1.0.6 | 760 | 1/20/2019 |
1.0.5 | 784 | 11/21/2018 |
1.0.4 | 776 | 11/20/2018 |
1.0.3 | 799 | 11/19/2018 |
1.0.2 | 788 | 11/16/2018 |
1.0.1 | 782 | 11/15/2018 |
1.0.0 | 773 | 11/14/2018 |
Added lookup for tables;min and max fixes;Fixed problems with handling "or" in expressions; Added ability to merge multiple EquationProjects into a single EquationSolver; allowing for many "common" projects to be defined once and then reused.
* Note: Available as webservices hosted in the cloud.
- Enable switching calculation methods between decimal and double
- Simplified triggers to property of Equation