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.
- Host: GitHub
- URL: https://github.com/hellokitty/generic.math
- Owner: HelloKitty
- License: mit
- Created: 2017-02-28T04:54:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T05:48:59.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T01:35:32.970Z (about 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:** [](https://www.myget.org/)
## Tests
TODO setup travis and appveyor
## Licensing
MIT