https://github.com/JuliaLang/julia
Revision 6c0d32eb6e135a696d2e50c26999db068f298e5e authored by Simon Byrne on 01 August 2016, 07:37:38 UTC, committed by GitHub on 01 August 2016, 07:37:38 UTC
Correct `invmod` for unsigned integers and for negative moduli
2 parent s d68448c + 8bedfac
Raw File
Tip revision: 6c0d32eb6e135a696d2e50c26999db068f298e5e authored by Simon Byrne on 01 August 2016, 07:37:38 UTC
Merge pull request #17615 from eschnett/eschnett/invmod
Tip revision: 6c0d32e
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top