Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokke authored Nov 30, 2022
1 parent 2dd641f commit ac13656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ See [`tests/factorial.c`](https://github.com/kokke/tiny-bignum-c/blob/master/tes
- *Q: Why no support for 64-bit word-size?*
A: All calculations are done in a temporary variable, which needs to bigger than the word-size (to detect overflow etc.).
A: All calculations are done in a temporary variable, which needs to be bigger than the word-size (to detect overflow etc.).
So 64-bit word-size would need e.g. 128-bit temp-var. C99 only supports portable integers up to 64-bits.
Expand Down

0 comments on commit ac13656

Please sign in to comment.