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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 | 335 | 6/30/2022 |
1.0.20 | 302 | 6/27/2022 |
1.0.19 | 279 | 6/17/2022 |
1.0.18 | 279 | 6/17/2022 |
1.0.17 | 322 | 3/31/2022 |
1.0.15 | 829 | 4/25/2019 |
1.0.14 | 871 | 3/27/2019 |
1.0.13 | 491 | 3/20/2019 |
1.0.12 | 1,063 | 2/23/2019 |
1.0.11 | 568 | 2/20/2019 |
1.0.10 | 574 | 2/19/2019 |
1.0.9 | 595 | 1/27/2019 |
1.0.7 | 612 | 1/20/2019 |
1.0.6 | 621 | 1/20/2019 |
1.0.5 | 625 | 11/21/2018 |
1.0.4 | 618 | 11/20/2018 |
1.0.3 | 635 | 11/19/2018 |
1.0.2 | 620 | 11/16/2018 |
1.0.1 | 636 | 11/15/2018 |
1.0.0 | 607 | 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