Skip to content

Commit 8a7a227

Browse files
committed
formatting (again)
1 parent 8e00e85 commit 8a7a227

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ QuadrupleLib is a modern implementation of the IEEE 754 `binary128` floating poi
1515
### Project TODOs (HELP WANTED!!)
1616

1717
- [ ] Unit tests to check for specification coverage
18-
1918
- [ ] Implements `IEEERemainder` as suggested in IEEE 754
2019
- [ ] Implements typical library functions (`Pow`, `Atan2`, `Log`)
2120
- [ ] Supports all rounding modes (atm only implements "ties to even" mode)
2221
- [ ] Supports .NET Core formatting features for `ToString` and `Parse`
23-
- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface
24-
22+
- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface

0 commit comments

Comments
 (0)