Skip to content

Commit

Permalink
Revert "remove confusing comment"
Browse files Browse the repository at this point in the history
This reverts commit 797706d.
  • Loading branch information
NoahZinsmeister committed Apr 13, 2020
1 parent 10be569 commit 2997ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/UQ112x112.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pragma solidity =0.5.16;

// a library for handling binary fixed point numbers (https://en.wikipedia.org/wiki/Q_(number_format))

// range: [0, 2**112 - 1]
// range: [0, 2**112 - 1] (theoretical upper bound of 2**112 - (1 / 2**112) does not apply in this setting)
// resolution: 1 / 2**112

library UQ112x112 {
Expand Down

0 comments on commit 2997ebf

Please sign in to comment.