- 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.