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" />
<PackageVersion Include="EquationSolver" Version="1.0.21" />
<PackageReference Include="EquationSolver" />
paket add EquationSolver --version 1.0.21
#r "nuget: EquationSolver, 1.0.21"
#:package EquationSolver@1.0.21
#addin nuget:?package=EquationSolver&version=1.0.21
#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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 1,049 | 6/30/2022 |
| 1.0.20 | 599 | 6/27/2022 |
| 1.0.19 | 564 | 6/17/2022 |
| 1.0.18 | 599 | 6/17/2022 |
| 1.0.17 | 605 | 3/31/2022 |
| 1.0.15 | 1,157 | 4/25/2019 |
| 1.0.14 | 2,527 | 3/27/2019 |
| 1.0.13 | 805 | 3/20/2019 |
| 1.0.12 | 3,469 | 2/23/2019 |
| 1.0.11 | 883 | 2/20/2019 |
| 1.0.10 | 900 | 2/19/2019 |
| 1.0.9 | 925 | 1/27/2019 |
| 1.0.7 | 948 | 1/20/2019 |
| 1.0.6 | 928 | 1/20/2019 |
| 1.0.5 | 954 | 11/21/2018 |
| 1.0.4 | 947 | 11/20/2018 |
| 1.0.3 | 1,001 | 11/19/2018 |
| 1.0.2 | 990 | 11/16/2018 |
| 1.0.1 | 991 | 11/15/2018 |
| 1.0.0 | 979 | 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