Top 20 NuGet mathematical Packages
Supported Platforms:
• NETStandard
• NETFramework
Includes more than 200 image processing functions, including blank page detection, scanned document image clean up, medical image enhancement, color correction, noise reduction, edge detection, text and MICR detection, and so much more. Most LEADTO...
NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.

mXparser – Math Expressions Parser / Formula Evaluator library for JAVA Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS compliant
mXparser is a super easy, rich, fast and highly flexible math expression parser library (parser and evaluator of mathematical expressions / formulas provided as plain text / string). Software delivers easy to use API for JAVA, Android and C# .NET/MONO (Common Language Specification compliant: F#, Vi...
The OPTANO Modeling library allows you to use C# as a Modeling language for mathematical optimization (mixed integer programming (MIP) and linear programming (LP)). It has a lightweight footprint and connects to several solvers.
State of the Art Mathematical Programming Solver
This package ships all files to run Gurobi with OPTANO Modeling on win64 and linux64. No additional installation required.
When running on linux, please also install gurobi as usual.
OPTANO.Modeling.Gurobi comes with a size-limited Gurobi l...
The Xamarin.Forms front end for CSharpMath.
The core of the C# math rendering engine - CSharpMath.
Can display beautiful math equations and symbols from the LaTeX format.
Needs a front end to function.
Currently, front ends exist for Avalonia, iOS, SkiaSharp and Xamarin.Forms.
The SkiaSharp front end for CSharpMath.
Rendering interface for CSharpMath using the Typography library.
The base code for a What You See Is What You Get math editor.
Jace.NET is a high performance calculation engine for the .NET platform that can dynamically parse, interprete and execute strings containing mathematical functions. Jace.NET is available for the various .NET flavors: .NET, .NET Core, WinRT, Xamarin.Android and Xamarin.IOS.
The iOS front end for CSharpMath.
The Avalonia front end for CSharpMath.
Can convert CSharpMath.Atom.MathList parsed from LaTeX with CSharpMath.Atom.LaTeXParser
into actual mathematical expressions that are evaluatable with AngouriMath.
Supports arithmetic, trigonometry, symbolic simplification and expansion,
as well as matrices, sets, and equation solv...
OPTANO.Modeling.GLPK provides a solver adapter that connects the GLPK ( https://www.gnu.org/software/glpk/ ) to OPTANO.Modeling ( https://www.nuget.org/packages/optano.modeling ).
Copyright (C) 2020 OPTANO GmbH
This program is free software: you can redistribute it and/or modify
it und...

sciBASIC#: Microsoft VisualBasic feature runtime for data science app on Windows/Linux/macOS and China Tianhe Super Computing Platform
1. Source code can be download from github.com:
https://github.com/xieguigang/sciBASIC
2. Code style guideline for VisualBasic of this runtime library at codeproject article:
http://www.codeproject.com/Articles/1101608/Code-style-guidelines-for-Microsoft-VisualBasic
3. Article about manipulate th...
Reads and evaluates string representations of mathematical formulae. Can be used for solving equations or plotting graphs.
eg.
var formula = MathParse.Parse("3sinx + 1");
return formula.Evaluate(Math.Pi);
will return 1 (which is 3sinπ + 1)
Mathematical Expression Evaluation with symbols and normal bodmas order of precedence
* Perform basic and more complex calculations with Fractions.
* Convert different units (length, speed, mass, area, volyme), and numeral systems.
* Include Coordinates to perform simple and more advanced calculations such as Slope, MidPoint, Distance.
* Perform calculations with geometrical shapes (...