Documentation Index
Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
Use this file to discover all available pages before exploring further.
Try it Live
Run Uint examples in the interactive playground
Uint.dividedBy(a: BrandedUint256, b: BrandedUint256): BrandedUint256
Divide Uint256 values. Floor division (rounds down).
Parameters:
a: BrandedUint256- Dividendb: BrandedUint256- Divisor
BrandedUint256 - Quotient (floor division)
Example:
See Also
- modulo - Remainder
- Arithmetic operations - Full arithmetic reference

