6 stable releases
3.0.0 | Jan 27, 2024 |
---|---|
2.4.0 | Jan 27, 2024 |
2.3.0 | Jan 22, 2024 |
2.0.1 | Jan 15, 2024 |
1.1.1 | Jun 16, 2023 |
#708 in Math
56KB
2K
SLoC
Neptunal::
basemath
Instead of continuing to duplicate math functions in every math project I make, why not have a Rust library that I can import at any time?
I am going to make as much math as I can with no dependencies. I'm using generics so that you can use composite mathematical objects with your own types (that is, if you can figure it out with zero documentation).
As you can see, I am very occupied with being bad at programming and hence will not make documentation.