Mathematics
Crates with a mathematical aspect.
Linear algebra
Recipe | Crates | Categories |
---|---|---|
Calculate vector norms | ||
Add matrices | ||
Multiply matrices | ||
Multiply a scalar with a vector and a matrix | ||
Invert a matrix | ||
Compare vectors | ||
(De)serialize a matrix |
Trigonometry
Recipe | Crates | Categories |
---|---|---|
Calculate the side length of a triangle | ||
Verify that tan is equal to sin divided by cos | ||
Calculate the distance between two points on Earth |
Complex numbers
Recipe | Crates | Categories |
---|---|---|
Create complex numbers | ||
Add complex numbers | ||
Use mathematical functions on complex numbers |
Statistics
Recipe | Crates | Categories |
---|---|---|
Calculate measures of central tendency | ||
Compute the standard deviation |
Additional numeric types
Recipe | Crates | Categories |
---|---|---|
Abstract over different number types | ||
Use big integers | ||
Use big decimals | ||
Sort floats |
[additional_numeric_types.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/406)
| num-bigint
| | |
| num
| | |
| rug
| | |