Collection of math adapters to decouple your application from math libraries' implementations and to increase inter-libraries compatibility / exchangeability.
```rust use wmath::*;
/* qqq : write */
```
sh
cargo add wmath --dev
sh
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/wmath_trivial
cargo run