From 27f6354bae6685612c182c3bc7577e61bc8717e3 Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Fri, 17 Apr 2020 16:09:36 -0400 Subject: [PATCH] Revert "Revert "remove confusing comment"" This reverts commit 2997ebf30f2e2a17b286f0353e21a732d18a6f21. --- contracts/libraries/UQ112x112.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/libraries/UQ112x112.sol b/contracts/libraries/UQ112x112.sol index 0df5690..a453f72 100644 --- a/contracts/libraries/UQ112x112.sol +++ b/contracts/libraries/UQ112x112.sol @@ -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] (theoretical upper bound of 2**112 - (1 / 2**112) does not apply in this setting) +// range: [0, 2**112 - 1] // resolution: 1 / 2**112 library UQ112x112 {