Crate basemath

source ·
Expand description

Math functions, except more based because I cooked them up from scratch.

The goal here is to build up my own library of common math functions (and uncommon but cool ones) without any dependencies.

Everything is subject to change, as I will continue to find more math to implement, and more ways to optimize existing functions.

Re-exports

  • pub use ch::*;
  • pub use alg::*;
  • pub use trig::*;

Modules

  • The fundamental mathematical functions used throughout the crate.
  • Complex numbers and trait implementations.
  • Trigonometric functions, along with hyperbolics and inverses.