Skip to content

1.1.0

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