module::wmath

Collection of math adapters to decouple your application from math libraries' implementations and to increase inter-libraries compatibility / exchangeability.

Sample

```rust use math_adapter::*;

/* 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