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
de2906ee8e
lean2
/
library
/
data
/
int
/
int.md
Jeremy Avigad
4b39400439
feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real
...
Because migrate does not handle parameters, we have to migrate by hand.
2015-08-08 17:20:23 -04:00
284 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
bigops