Skip to content

Releases: SomeRandomiOSDev/Complex

1.2.1

20 Oct 23:56
773b538
Compare
Choose a tag to compare
  • 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

20 Oct 23:53
6872589
Compare
Choose a tag to compare
  • Removed Carthage dependency for development
  • Added support for Linux

1.1.1

24 Feb 14:21
a6b929e
Compare
Choose a tag to compare
  • Hotfix for a build error due to unavailability of Float80 type

1.1.0

24 Feb 14:21
862708b
Compare
Choose a tag to compare
  • 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

24 Feb 14:21
Compare
Choose a tag to compare

Initial release