Adding Useful_Math library as a dependency
Run this command in a terminal, in your project's directory:
cargo add Useful_Math
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Useful_Math = "0.0.8"
The Useful_Math library will be automatically available globally.
Read the Useful_Math library documentation.