FormulaEngine.Net
1.0.3.2
See the version list below for details.
dotnet add package FormulaEngine.Net --version 1.0.3.2
NuGet\Install-Package FormulaEngine.Net -Version 1.0.3.2
<PackageReference Include="FormulaEngine.Net" Version="1.0.3.2" />
paket add FormulaEngine.Net --version 1.0.3.2
#r "nuget: FormulaEngine.Net, 1.0.3.2"
// Install FormulaEngine.Net as a Cake Addin #addin nuget:?package=FormulaEngine.Net&version=1.0.3.2 // Install FormulaEngine.Net as a Cake Tool #tool nuget:?package=FormulaEngine.Net&version=1.0.3.2
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 | net45 is compatible. net451 was computed. net452 was computed. 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.
Fixed Bug.
Operation Syntax:
sin(v)
cos(v)
tan(v)
log(v)
pow(v1,v2)
sqrt(v)
Examle:
var formula = "(log(pow(a,b)))+(cos(n)*(tan(m)))";
*Now You Can Put Digit Directly To The Formula. For Example:
ap.Process("(log10(pow(a,b)))+(cos(60)*(tan(45)))");
ap.Process("log10(pow(a,b)+1)");
For More Info And Sample Please Visit https://github.com/AlirezaP/FormulaEngine.Net.