authors: "Ola Yeku"
This library is used to perform various numberical operations in Rust.
The library is designed to be used in a variety of applications, including web services, command line utilities, and other Rust based applications.
This library is built using the standard Rust build tools. To build the library, run the following command:
cargo build
cargo test
To use this library, add the following to your Cargo.toml file:
[dependencies]
numbers = { git = "https://github.com/ooyeku/numbers.git" }
The following examples show how to use this library:
// Import the library
use numbers;
// Basic operations
add(1, 2)
subtract(1, 2)
multiply(1, 2)
divide(1, 2)
The following features are planned for this library:
[ ] Add support for tensors
[ ] Add support for statistics