EquationSolver 1.0.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package EquationSolver --version 1.0.17
NuGet\Install-Package EquationSolver -Version 1.0.17
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="EquationSolver" Version="1.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EquationSolver --version 1.0.17
#r "nuget: EquationSolver, 1.0.17"
#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 EquationSolver as a Cake Addin
#addin nuget:?package=EquationSolver&version=1.0.17

// Install EquationSolver as a Cake Tool
#tool nuget:?package=EquationSolver&version=1.0.17

.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 571 6/30/2022
1.0.20 432 6/27/2022
1.0.19 418 6/17/2022
1.0.18 406 6/17/2022
1.0.17 432 3/31/2022
1.0.15 932 4/25/2019
1.0.14 2,115 3/27/2019
1.0.13 608 3/20/2019
1.0.12 2,920 2/23/2019
1.0.11 685 2/20/2019
1.0.10 679 2/19/2019
1.0.9 712 1/27/2019
1.0.7 727 1/20/2019
1.0.6 730 1/20/2019
1.0.5 748 11/21/2018
1.0.4 745 11/20/2018
1.0.3 761 11/19/2018
1.0.2 751 11/16/2018
1.0.1 748 11/15/2018
1.0.0 744 11/14/2018

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