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>
Nuget: https://www.nuget.org/packages/Generic.Math
TODO setup travis and appveyor
MIT