1.1.0
- Reduced scalar type requirements on Complex from BinaryFloatingPoint to Numeric
- Added additional primitive mathematical functions for Complex numbers (sin, cos, etc.)
- Added component-wise arithmetic operators
- Added arithmetic operators for ignoring overflow when working with FixedWidthInteger types
- Added functions for multiplication and division that report their result using additional bit width and also those that report overflow.