basemath 3.0.0

math, from the ground up
Documentation
  • Coverage
  • 0%
    0 out of 98 items documented0 out of 69 items with examples
  • Size
  • Source code size: 55.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • nptnl/basemath
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nptnl

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.