basemath

Crates.iobasemath
lib.rsbasemath
version3.0.0
sourcesrc
created_at2023-06-16 18:20:00.856609
updated_at2024-01-27 18:24:56.884202
descriptionmath, from the ground up
homepage
repositoryhttps://github.com/nptnl/basemath
max_upload_size
id892501
size55,923
Neptunal (nptnl)

documentation

README

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.

Commit count: 22

cargo fmt