Crate wmath

source · []
Expand description

.Math library with adapters.

module::wmath

Math library aggregating several math modules.

Sample

use wmath::*;

/* qqq : write */

To add to your project

cargo add wmath --dev

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wmath_trivial
cargo run

Re-exports

pub use exposed::*;

Modules

Exposed namespace of the module.

Prelude to use: use wtools::prelude::*.

Basics.