lean2/library/data/rat/rat.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

8 lines
No EOL
180 B
Markdown

data.rat
========
The rational numbers.
* [basic](basic.lean) : the rationals as a field
* [order](order.lean) : the order relations and the sign function
* [bigops](bigops.lean)