Revert "Revert "remove confusing comment""

This reverts commit 2997ebf30f.
This commit is contained in:
Noah Zinsmeister
2020-04-17 16:09:36 -04:00
parent 272713c81b
commit 27f6354bae

View File

@ -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 {