Crate some_math_lib

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.