FormulaEngine.Net
1.0.3
See the version list below for details.
dotnet add package FormulaEngine.Net --version 1.0.3
NuGet\Install-Package FormulaEngine.Net -Version 1.0.3
<PackageReference Include="FormulaEngine.Net" Version="1.0.3" />
paket add FormulaEngine.Net --version 1.0.3
#r "nuget: FormulaEngine.Net, 1.0.3"
// Install FormulaEngine.Net as a Cake Addin #addin nuget:?package=FormulaEngine.Net&version=1.0.3 // Install FormulaEngine.Net as a Cake Tool #tool nuget:?package=FormulaEngine.Net&version=1.0.3
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)
log10(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.