apple / swift-numerics

Advanced mathematical types and functions for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`AlgebraicField` should refine `SignedNumeric`

NevinBR opened this issue · comments

Fields are additive groups, which means they have negation. Therefore the AlgebraicField protocol should refine SignedNumeric.

Resolved by #99