Docs.rs
some_math_lib-0.1.2
some_math_lib 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
TanakaDev
Dependencies
Versions
38.1%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
some_
math_
lib
0.1.2
All Items
Crate Items
Modules
Structs
Functions
Crate
some_math_lib
Copy item path
Source
Modules
§
vector
Contains vectors of several dimensions.
Structs
§
Vector2
A 2-dimensional vector.
Vector3
A 3-dimensional vector.
Functions
§
cos
Calculates the cos of
x
.
factorial
Calculates the factorial of
n
.
sin
Calculates the sin of
x
.