https://github.com/JuliaLang/julia
Revision 8bedfacbbc190b0baa01254946d185330eeb23ac authored by Erik Schnetter on 25 July 2016, 17:57:07 UTC, committed by Erik Schnetter on 26 July 2016, 19:44:04 UTC
- add type signature to restrict arguments to Integer
- use type promotion
- correct existing test case for negative modulos
- clarify documentation
- add test cases
- also update description of `gcdx`, add a few comments to the source code.

Closes #17595.
1 parent 8f99882
History
Tip revision: 8bedfacbbc190b0baa01254946d185330eeb23ac authored by Erik Schnetter on 25 July 2016, 17:57:07 UTC
Correct `invmod` for unsigned integers and for negative moduli
Tip revision: 8bedfac
File Mode Size
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 207 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 4.5 KB
CONTRIBUTING.md -rw-r--r-- 18.0 KB
DEBUGGER.md -rw-r--r-- 164 bytes
DISTRIBUTING.md -rw-r--r-- 8.3 KB
HISTORY.md -rw-r--r-- 73.8 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 31.8 KB
Makefile -rw-r--r-- 27.2 KB
NEWS.md -rw-r--r-- 18.7 KB
README.arm.md -rw-r--r-- 4.3 KB
README.md -rw-r--r-- 27.3 KB
README.power.md -rw-r--r-- 1.1 KB
README.windows.md -rw-r--r-- 17.6 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.1 KB

README.md

back to top