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