You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
Arithmetic and comparison operations should be implemented in terms of Haskell's native type classes (Num, Ord, etc.). However, the user should have control over the size of the posit in question, but the current implementation only supports 32 bit posit numbers.
The text was updated successfully, but these errors were encountered:
Arithmetic and comparison operations should be implemented in terms of Haskell's native type classes (
Num
,Ord
, etc.). However, the user should have control over the size of the posit in question, but the current implementation only supports 32 bit posit numbers.The text was updated successfully, but these errors were encountered: