lean2/library/data/int/int.md

9 lines
226 B
Markdown

data.int
========
The integers.
* [basic](basic.lean) : the integers, with basic operations
* [order](order.lean) : the order relations and the sign function
* [div](div.lean) : div, mod, gcd, lcm
* [power](power.lean)