fix typo
This commit is contained in:
@ -13,7 +13,7 @@ library UQ112x112 {
|
||||
z = uint224(y) * Q112; // never overflows
|
||||
}
|
||||
|
||||
// divide a UQ112x112 by a uint112, returning a UQ112.112
|
||||
// divide a UQ112x112 by a uint112, returning a UQ112x112
|
||||
function uqdiv(uint224 x, uint112 y) internal pure returns (uint224 z) {
|
||||
z = x / uint224(y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user