Docs.rs
ralgebra-0.2.0
ralgebra 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
royvegard
Dependencies
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ralgebra
0.2.0
All Items
Sections
Roy’s algebra library
Crate Items
Functions
Crate
ralgebra
Copy item path
Source
Expand description
§
Roy’s algebra library
A very simple library made mostly to learn how to publish stuff on crates.io.
Functions
§
add
Adds two numbers together.
div
Divides the first number by the second number.
mul
Multiplies two numbers.
sub
Subtracts the second number from the first one.