An open API service indexing awesome lists of open source software.

https://github.com/hellokitty/generic.math

Simple generic math library using the expression API in .NET based on Jon Skeet's MiscUtil for .NETSTANDARD.
https://github.com/hellokitty/generic.math

Last synced: about 1 year ago
JSON representation

Simple generic math library using the expression API in .NET based on Jon Skeet's MiscUtil for .NETSTANDARD.

Awesome Lists containing this project

README

          

# Generic.Math

Generic.Math is an open-source .NETSTANDARD, .NETCORE, and .NETFRAMEWORK compatible generic mathematics library. It is essentially a subset fork of Jon Skeet's [MiscUtil](http://www.yoda.arachsys.com/csharp/miscutil/) library with lazy-loaded compiled lambda expressions to support the subtle .NETSTANDARD/.NET46 changes to compiled lambdas.

Just like Operator, Operator\ and Operator\ in MiscUtil there are compatible GenericMath static Types that offer nearly indential functionality.

Unlike MiscUtil, Generic.Math does not support Nullable\

## Builds

**Nuget:** https://www.nuget.org/packages/Generic.Math

**Myget:** [![hellokitty MyGet Build Status](https://www.myget.org/BuildSource/Badge/hellokitty?identifier=9eb47e99-c005-4da5-b03c-902aaf5da813)](https://www.myget.org/)

## Tests

TODO setup travis and appveyor

## Licensing

MIT