Skip to content

Element-wise operators

Compare
Choose a tag to compare
@alejandro-isaza alejandro-isaza released this 30 Jun 18:03
· 218 commits to master since this release

The plus + operator is used by Swift for array concatenation. This caused some confusion with Surge's + element-wise addition. For this version all element-wise operators are preceded by a dot: .+.

This version also updates to Swift 4.0 and adds a few extra functions.