FormulaEngine.Net
1.0.2.1
See the version list below for details.
dotnet add package FormulaEngine.Net --version 1.0.2.1
NuGet\Install-Package FormulaEngine.Net -Version 1.0.2.1
<PackageReference Include="FormulaEngine.Net" Version="1.0.2.1" />
paket add FormulaEngine.Net --version 1.0.2.1
#r "nuget: FormulaEngine.Net, 1.0.2.1"
// Install FormulaEngine.Net as a Cake Addin #addin nuget:?package=FormulaEngine.Net&version=1.0.2.1 // Install FormulaEngine.Net as a Cake Tool #tool nuget:?package=FormulaEngine.Net&version=1.0.2.1
FormulaEngine.Net Is a Simple Engine For .Net APP
For More Info And Sample Please Visit https://github.com/AlirezaP/FormulaEngine.Net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Operation Syntax:
sin(v)
cos(v)
tan(v)
log(v)
pow(v1,v2)
sqrt(v)
variables And Value must be in the dictionary object:
Dictionary(variableName, variableValue)
*Note: You Cant Put Value Directly To The Formula. You Must Put The Value In Formula With Dictionary.
please be carefull in formula text. count of '(' must be equal with count of ')' for example: ((sin(a)))
Examle:
var formula = "(log(pow(a,b)))+(cos(n)*(tan(m)))";
For More Info And Sample Please Visit https://github.com/AlirezaP/FormulaEngine.Net.