A small math utility library for F#. Works in Fable too.
Most functions check their float input for NaN and Infinity and fail instead of passing NaN or Infinity through.
All Tests run in both javascript and dotnet. go to the tests folder
cd TestsFor testing with .NET using Expecto:
dotnet runfor testing with Fable.Mocha:
npm test0.2.0
- add tests
0.1.0
- ported from FsEx library