lean2/library/data/int
2015-06-29 15:23:11 +10:00
..
basic.lean fix(library/data/int/basic): change notation from -[n+1] to -[1+n] to avoid conflict e.g. with -[coercions] 2015-06-29 15:23:11 +10:00
default.lean feat(library/data/int/gcd.lean): add gcd for the integers 2015-06-01 12:35:44 +10:00
div.lean fix(library/data/int/basic): change notation from -[n+1] to -[1+n] to avoid conflict e.g. with -[coercions] 2015-06-29 15:23:11 +10:00
gcd.lean refactor(library/data/int/div): reorient of_nat_div and of_nat_mod 2015-06-27 18:47:36 +10:00
int.md feat(library/data/int/gcd.lean): add gcd for the integers 2015-06-01 12:35:44 +10:00
order.lean fix(library/data/int/basic): change notation from -[n+1] to -[1+n] to avoid conflict e.g. with -[coercions] 2015-06-29 15:23:11 +10:00
power.lean feat/fix(library/data/nat,int): add power to int, add trans attributes, power notation 2015-05-23 15:38:42 +10:00