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