typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Add Signed and TruncatedDivision typeclasses #247

Open denisrosset opened 3 years ago

denisrosset commented 3 years ago

This follows the Spire implementations as well (we just put Sign into the Signed companion object).

We added the missing companion object functions.