Changelog
Release 0.2.2
- abs, sqrt, sin, cos, sinh and cosh for primitive and complex floats
Release 0.2.1
- Forgot to actually make
Complex
visible to the user.
Release 0.2.0
- The
Numeric
trait combining all the traits we need from our numeric values.
Complex
number type with basic math operations.
Release 0.1.0
- Just a first test release to test publishing to Kellnr.
- Only feature is the small
Float
trait.