Mathematics
Crates with a mathematical aspect.
Linear algebra
Recipe | Crates | Categories |
---|---|---|
Vector Norm | ||
Adding matrices | ||
Multiplying matrices | ||
Multiply a scalar with a vector with a matrix | ||
Invert matrix | ||
Vector comparison | ||
(De)-Serialize a Matrix |
TODO
Trigonometry
Recipe | Crates | Categories |
---|---|---|
Calculating the side length of a triangle | ||
Verifying tan is equal to sin divided by cos | ||
Distance between two points on the Earth |
TODO
Complex numbers
Recipe | Crates | Categories |
---|---|---|
Creating complex numbers | ||
Adding complex numbers | ||
Mathematical functions on complex numbers |
TODO
Statistics
Recipe | Crates | Categories |
---|---|---|
Computing standard deviation | ||
Measures of central tendency | ||
Standard deviation |
Additional numeric types
Recipe | Crates | Categories |
---|---|---|
Abstracting over different number types | ||
Big integers | ||
Big decimal | ||
Sortable Floats |
TODO