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-06-01 11:42:11 +10:00
|
|
|
* [div](div.lean) : div and mod
|
2015-05-23 15:38:42 +10:00
|
|
|
* [power](power.lean)
|
2015-06-01 11:42:11 +10:00
|
|
|
* [gcd](gcd.lean) : gcd, lcm, and coprime
|