Releases: SomeRandomiOSDev/Complex
Releases · SomeRandomiOSDev/Complex
1.2.1
- Modernized the project
- Regenerated the project using Project Template
- Added support for watchOS unit tests
- Added various Github Actions
- Fixed up a few issues present in later versions of Xcode
- Added Swift's
Float16
type as part of the unit tests
1.2.0
- Removed Carthage dependency for development
- Added support for Linux
1.1.1
- Hotfix for a build error due to unavailability of
Float80
type
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.
1.0.0
Initial release