# Module :: math_tools
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/ModuleTemplateBlankPush.yml) [](https://docs.rs/template_blank) [](https://discord.gg/JwTG6d2b)
Math tools.
### Sample :: trivial
```rust
use template_blank::*;
fn main()
{
}
```
### To add to your project
```bash
cargo add template_blank
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/template_blank_trivial_sample
cargo run
```