Designing Fixed Point Math in OpenZeppelin Contracts

I would just note, that token decimals have nothing to do with fixed point math, as all token amounts are actually integers, and decimals property is just a hint for UI regarding how to present token amounts to a user.

3 Likes