We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e00e85 commit 8a7a227Copy full SHA for 8a7a227
README.md
@@ -15,10 +15,8 @@ QuadrupleLib is a modern implementation of the IEEE 754 `binary128` floating poi
15
### Project TODOs (HELP WANTED!!)
16
17
- [ ] Unit tests to check for specification coverage
18
-
19
- [ ] Implements `IEEERemainder` as suggested in IEEE 754
20
- [ ] Implements typical library functions (`Pow`, `Atan2`, `Log`)
21
- [ ] Supports all rounding modes (atm only implements "ties to even" mode)
22
- [ ] Supports .NET Core formatting features for `ToString` and `Parse`
23
-- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface
24
+- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface
0 commit comments