MarkdownToPdf is a .NET library serving as a converter of markdown text to PDF. It supports fully customizable styling via cascading styles, page setup, headers and footers, page numbering, sections, page and sections breaks and it also supports plugins for features like syntax highlighting or for displaying mathematical expressions. Technically it uses [markdig](https://github.com/xoofx/markdig) library to parse the markdown document an [Pdfsharp/Migradoc](http://www.pdfsharp.net/) library to render the output.
Library for creating, manipulating and evaluating mathematical expressions
New nath library (unity mathematics)
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.
A class library for solving physics problems encountered in Quantum Field Theory, Electrodynamics, General Relativity, and Statistical Mechanics.
Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. Commonly Used Types: System.Math System.Environment System.Random System.Progress<T> System.Convert System.Diagnostics.Stopwatch System.Runtime.Versioning.FrameworkName System.StringComparer System.IO.Path \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
An Engineering version of UnitsNet - Do calculations and converts between any type of unit
An asynchronous library of API wrappers designed to help with typical bot commands. Features: -Github Service: Posts issues to https://github.com. -Google Search Service: Searches https://google.com for webpages. -Google Vision Service: Uses Google Cloud Vision to analyze images. -Imgur Service: Searches https://imgur.com for images. -MyAnimeList Service: Searches https://myanimelist.net for anime. -NCalc Service: Evaluates mathematical expressions. -Omdb Service: Searches https://omdbapi.com for movies. -OpenTriviaDb Service: Searches https://opentdb.com for trivia. -OpenWeatherMap Service: Searches https://openweathermap.org for weather data. -Pandorabot Service: Converses with a Cleverbot-like chatbot. -Random Service: Flips coins and rolls dice. Die side counts are validated. -Reddit Service: Gets posts from https://reddit.com. -Steam Service: Searches https://store.steampowered.com for games. -Twitter Service: Searches https://twitter.com for tweets. -UrbanDictionary Service: Searches https://www.urbandictionary.com for definitions. -Watson Personality Service: Uses IBM Watson to create a personality profile based on a user's text. -Yahoo Finance Service: Searches https://finance.yahoo.com/ for stock information. -Yandex Translate Service: Translates text using https://translate.yandex.com/. -YouTube Service: Searches https://youtube.com for videos.
Numerical extensions and types for a more pleasant math experience.
Fast & Easy to use library to generate data sets according to given constraints (mathematican programming models).
xFunc provides a powerful parser and analyzer for mathematical expressions. It excels at calculating derivatives, simplifying expressions, and achieving high performance.
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.
MAGES is a very simple, yet powerful, expression parser and interpreter.
This package contains the C.math.NET library that implements several C Standard mathematical functions that are missing from the .NET framework. Functions include among others: frexp, ilogb, ldexp, logb, scalbn, copysign, nextafter, isunordered, and fpclassify. Both double and single precision functions are implemented. All functions are static and their names follow the C Standard. All functions have been thoroughly tested using a large set of unit tests that cover all limit cases to guarantee that all functions behave as specified by the C standard. Supported Platform: .NET Framework 2.0+
Contains mathematical algorithms which can only be used for educational applications, and cannot be used in commercial products without express permission of its authors. Currently contains the non-linear Conjugate Gradient algorithm for non-linear optimization. This package is part of the Accord.NET Framework.
Sequential implementation of linear algebra operations.
This package provides helpful methods and algorithms to handle math computing tasks. It contains implementations for vector and matrix models, mutliple distributions and random number generators as well as several generic distance functions. For more details how to use MARS, please use the handbook: https://mars-group.org/wp-content/uploads/2018/09/mars-modelling-handbook.pdf
Package Description
NCalcAsync is a fully async port of the NCalc.NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
A formula parser with fluent API that allows parsing and evaluation of mathematically formulas. Features: functions, constants, variables, scientific numbers, focus on customization and flexibility.
Provides 2D Geometry calculation, spatial mathematics and a simple 2D Render Engine for the primitives.
A library for transforming text expressions containing mathematical operations into executable delegates.
Package to evaluate mathematical formulas from strings
An in-house mathematics library for CypherCrescent Limited
This is the SulumSolver library for the Optimization.Framework. The Optimization.Framework allows you to use C# as a modelling language for mathematical optimization. It furthermore allows you to use solvers as services.
A mathematical function parser which compiles at runtime
Contains a Rational class for working with rational numbers without floating point errors. Also contains some useful mathematical functions, such as GCD.
Deedle implements an efficient and robust frame and series data structures for manipulating with structured data. It supports handling of missing values, aggregations, grouping, joining, statistical functions and more. For frames and series with ordered indices (such as time series), automatic alignment is also available. This package installs the core Deedle package, Deedle.Math extension and Mathnet.Numerics to extend mathematic functions on Deedle Frames and Series.
Jace4fc (Jace For Financial Calculations) is a high performance calculation engine for the .NET platform that can dynamically parse, interprete and execute strings containing mathematical functions.
The Avalonia front end for CSharpMath (fork).
This library provides functionalities for matrix operations, including creation, flattening, and filling matrices with random numbers. It allows users to easily manipulate and generate matrices for various mathematical and computational tasks.
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. OPTANO.Modeling.Gurobi comes with a size-limited Gurobi license (Package OPTANO Modeling required). Please visit https://www.gurobi.com/partners/optano to obtain an unlimited license.
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. ExprTk supports numerous forms of functional and logic processing semantics and is easily extendible.
Basic statistics with some probability library. Includes common distributions (Bernoulli, Binomial, Poisson, Student's and Normal), random number generators from some of the distributions, summary statistics for a sample, Z-Test, Student's T-Test, special functions (Error, Gamma, Beta and Regularized Incomplete Beta).
Maths, 2D trigonometry, collision and vectors. 1.0.11 - added support for Xamarin.Android v7.0.
Package Description
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license. This library provides classes and functions designed and implemented following as strictly as possible the GLSL conventions and functionalities so that when a programmer knows GLSL, he knows GLM as well, making it really easy to use. This project isn't limited to GLSL features. An extension system provides extended capabilities: matrix transformations, quaternions, half-based types, random number generation, procedural noise functions, etc. GLM ensures interoperability with third party libraries, SDKs and OpenGL; replacing advantageously the deprecated matrix functions. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library. It is a platform independent library with no dependence to external libraries even OpenGL. GLM is written in C++98 but can take advantage of C++11 when available. It supports the following compilers: Clang 2.6 and higher CUDA 3.0 and higher GCC 3.4 and higher Intel C++ Composer XE 2013 and higher LLVM 2.3 through GCC 4.2 front-end and higher Visual C++ 2005 and higher Any conform C++98 or C++11 compiler For more information about GLM, please have a look at the manual and the API reference documentation. Thanks for contributing to the project by submitting issues for bug reports and feature requests. Any feedback is welcome at glm@g-truc.net.
The dll contains the method that accepts an integer and returns its square.
Written on .Net 4.5 this package provides primitive mathematical components such as Points, Vectors, UnitVectors etc
A library of various mathematical and statistical functions, as part of a class project. Most functions are stored in nested static classes, each inner class representing a particular branch of the code. Most functions have an extension method form in the namespace MathPlusLib.Extensions. This library is licensed under a GPL v3 license.
Abstraction and implementation of mathematics.
Package Description
A collection of classes, methods and wrappers just to make some tasks easier.