This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
accc9dc38b
lean2
/
library
/
data
/
int
/
int.md
Jeremy Avigad
dcae29a253
feat(library/data/int/gcd.lean): add gcd for the integers
2015-06-01 12:35:44 +10:00
261 B
Raw
Blame
History
data.int
The integers.
basic
: the integers, with basic operations
order
: the order relations and the sign function
div
: div and mod
power
gcd
: gcd, lcm, and coprime