ParsElecom.NCalc 1.3.8

dotnet add package ParsElecom.NCalc --version 1.3.8                
NuGet\Install-Package ParsElecom.NCalc -Version 1.3.8                
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="ParsElecom.NCalc" Version="1.3.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParsElecom.NCalc --version 1.3.8                
#r "nuget: ParsElecom.NCalc, 1.3.8"                
#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 ParsElecom.NCalc as a Cake Addin
#addin nuget:?package=ParsElecom.NCalc&version=1.3.8

// Install ParsElecom.NCalc as a Cake Tool
#tool nuget:?package=ParsElecom.NCalc&version=1.3.8                

Text Calculator

Text calculator component for .Net

Example

using ParsElecom.NCalc;

Expression exp = new Expression("(x+y)/z");
exp.Parameters.Add("x", 5);
exp.Parameters.Add("y", 3);
exp.Parameters.Add("z", 2);

Console.WriteLine(exp.Evaluate());

alternate text is missing from this package README image

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • 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.

Version Downloads Last updated
1.3.8 98 10/8/2024