2014-08-20 02:32:44 +00:00
|
|
|
data.int
|
|
|
|
========
|
|
|
|
|
|
|
|
The integers.
|
|
|
|
|
2014-08-23 00:56:25 +00:00
|
|
|
* [basic](basic.lean) : the integers, with basic operations
|
|
|
|
* [order](order.lean) : the order relations and the sign function
|
2015-02-25 19:39:17 +00:00
|
|
|
* [div](div.lean) : div, mod, gcd, lcm
|
2015-05-23 05:38:42 +00:00
|
|
|
* [power](power.lean)
|