Fixed-Point Math
Integer arithmetic scaled to represent fractional values.
A common DeFi math technique where integers are multiplied by a scale factor such as 2^64 or 1e18. It avoids floating point, but overflow, rounding, and boundary checks become protocol-critical.
Related cases
Related attack patterns
Related tools
