- Initial release of 3D matrix maths.
- Initial types for Angles (Degree, Radiant).
- Introduction of features.
- Initial works on quaternion... not usable yet.
- First usable version of dense matrix.
- Added documentation to
complex!
macro.
Numeric::whole
is now unsafe
.
- Renamed the mathematical functions (
fabs
to abs
, fsqrt
to sqrt
, etc.).
- Added
complex!
macro for more comfortable Complex
creation.
- fixed documentation example for
Complex
.
- abs, sqrt, sin, cos, sinh and cosh for primitive and complex floats
- Forgot to actually make
Complex
visible to the user.
- The
Numeric
trait combining all the traits we need from our numeric values.
Complex
number type with basic math operations.
- Just a first test release to test publishing to Kellnr.
- Only feature is the small
Float
trait.