EquationSolver 1.0.3
See the version list below for details.
dotnet add package EquationSolver --version 1.0.3
NuGet\Install-Package EquationSolver -Version 1.0.3
<PackageReference Include="EquationSolver" Version="1.0.3" />
<PackageVersion Include="EquationSolver" Version="1.0.3" />
<PackageReference Include="EquationSolver" />
paket add EquationSolver --version 1.0.3
#r "nuget: EquationSolver, 1.0.3"
#:package EquationSolver@1.0.3
#addin nuget:?package=EquationSolver&version=1.0.3
#tool nuget:?package=EquationSolver&version=1.0.3
.NET Standard Library to solve equations expressed as strings with variables, including boolean branching and nested equation trees using forward-only parsing (very fast). Functions include common math, trigonometry and common functions. Extremely easy to use.
| 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
- No dependencies.
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,060 | 6/30/2022 |
| 1.0.20 | 602 | 6/27/2022 |
| 1.0.19 | 567 | 6/17/2022 |
| 1.0.18 | 601 | 6/17/2022 |
| 1.0.17 | 609 | 3/31/2022 |
| 1.0.15 | 1,166 | 4/25/2019 |
| 1.0.14 | 2,533 | 3/27/2019 |
| 1.0.13 | 815 | 3/20/2019 |
| 1.0.12 | 3,480 | 2/23/2019 |
| 1.0.11 | 893 | 2/20/2019 |
| 1.0.10 | 907 | 2/19/2019 |
| 1.0.9 | 933 | 1/27/2019 |
| 1.0.7 | 955 | 1/20/2019 |
| 1.0.6 | 937 | 1/20/2019 |
| 1.0.5 | 961 | 11/21/2018 |
| 1.0.4 | 953 | 11/20/2018 |
| 1.0.3 | 1,008 | 11/19/2018 |
| 1.0.2 | 997 | 11/16/2018 |
| 1.0.1 | 999 | 11/15/2018 |
| 1.0.0 | 987 | 11/14/2018 |
Added function for sum of numbers ( sum(n, n ,n, ...) ) and for average of numbers ( avg(n, n, n, ...)) and added equation validation