Skip to content

Commit

Permalink
formatting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaMorphic committed Aug 14, 2023
1 parent 8e00e85 commit 8a7a227
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ QuadrupleLib is a modern implementation of the IEEE 754 `binary128` floating poi
### Project TODOs (HELP WANTED!!)

- [ ] Unit tests to check for specification coverage

- [ ] Implements `IEEERemainder` as suggested in IEEE 754
- [ ] Implements typical library functions (`Pow`, `Atan2`, `Log`)
- [ ] Supports all rounding modes (atm only implements "ties to even" mode)
- [ ] Supports .NET Core formatting features for `ToString` and `Parse`
- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface

- [ ] Implements .NET 7 `IBinaryFloatingPointIeee754` generic arithmetic interface

0 comments on commit 8a7a227

Please sign in to comment.