Skip to main content
Helpful?

FixedPoint128

Git Source | Generated with forge doc

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

State Variables

Q128

uint256 internal constant Q128 = 0x100000000000000000000000000000000;
Helpful?