module::wmath

Math library aggregating several math modules.

Sample

```rust use wmath::*;

/* qqq : write */

```

To add to your project

sh cargo add wmath --dev

Try out from the repository

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