https://github.com/goswinr/mathe
A small math utility libary for F#
https://github.com/goswinr/mathe
fsharp library math
Last synced: 5 months ago
JSON representation
A small math utility libary for F#
- Host: GitHub
- URL: https://github.com/goswinr/mathe
- Owner: goswinr
- License: mit
- Created: 2024-09-22T09:42:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T23:21:47.000Z (over 1 year ago)
- Last Synced: 2025-10-30T23:47:09.935Z (8 months ago)
- Topics: fsharp, library, math
- Language: F#
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mathe
[](https://www.nuget.org/packages/Mathe/)
[](https://www.fuget.org/packages/Mathe)

[](LICENSE)

A small math utility library for F#.
Works in [Fable](https://fable.io/) too.
Most functions check their float input for NaN and Infinity and fail instead of passing NaN or Infinity through.
### Test
All Tests run in both javascript and dotnet.
go to the tests folder
```bash
cd Tests
```
For testing with .NET using Expecto:
```bash
dotnet run
```
for testing with Fable.Mocha:
```bash
npm test
```
### License
[MIT](https://raw.githubusercontent.com/goswinr/Mathe/main/LICENSE.txt)
### Changelog
`0.2.0`
- add tests
`0.1.0`
- ported from FsEx library
### Credits
[Logo inspired by](https://dribbble.com/shots/19080442-Math-wordmark-logo-math-logo)