apple / swift-numerics

Advanced mathematical types and functions for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"^=" xor function code was incorrect.

mgriebling opened this issue · comments

Fixed a copy/paste issue in the "^=" xor function.
An "&" operator was incorrectly used in place of the "^".
See pull request # 261.

Superceded by new Issue #