Skip to content

Commit

Permalink
Add more credits
Browse files Browse the repository at this point in the history
  • Loading branch information
fidraC authored Oct 31, 2023
1 parent c522419 commit 2348148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func Quotient[T number](a, b T) (T, T, bool)

This is a fork of https://github.com/JohnCGriffin/overflow. Generics were added to Golang in Go 1.18 (2022) and is used in place of build time code generators.

Tests for unsigned integers have also been added from github.com/rwxe/overflow in case my logic is incorrect.

```
Copyright (c) 2017 John C. Griffin,
Expand Down

0 comments on commit 2348148

Please sign in to comment.