apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.68k stars 145 forks source link

"^=" xor function code was incorrect. #260

Closed mgriebling closed 1 year ago

mgriebling commented 1 year ago

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

mgriebling commented 1 year ago

Superceded by new Issue #