lean2/library/data/int/int.md
Jeremy Avigad 4b39400439 feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real
Because migrate does not handle parameters, we have to migrate by hand.
2015-08-08 17:20:23 -04:00

11 lines
No EOL
284 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 and mod
* [power](power.lean)
* [gcd](gcd.lean) : gcd, lcm, and coprime
* [bigops](bigops.lean)