Skip to content

HelloKitty/Generic.Math

Repository files navigation

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 library with lazy-loaded compiled lambda expressions to support the subtle .NETSTANDARD/.NET46 changes to compiled lambdas.

Just like Operator, Operator<T> and Operator<T, K> in MiscUtil there are compatible GenericMath static Types that offer nearly indential functionality.

Unlike MiscUtil, Generic.Math does not support Nullable<T>

Builds

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

Myget: hellokitty MyGet Build Status

Tests

TODO setup travis and appveyor

Licensing

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors