Contains methods that perform common math functions but do not do any overflow or underflow checksDocumentation Index
Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Functions
divRoundingUp
Parameters:
| Name | Type | Description |
|---|---|---|
x | uint256 | The dividend |
y | uint256 | The divisor |
Return Values:
| Name | Type | Description |
|---|---|---|
z | uint256 | The quotient, ceil(x / y) |
