We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gcd
1 parent 1152e9b commit 5e45856Copy full SHA for 5e45856
base/intfuncs.jl
@@ -8,6 +8,9 @@
8
Greatest common (positive) divisor (or zero if all arguments are zero).
9
The arguments may be integer and rational numbers.
10
11
+``a`` is a divisor of ``b`` if there exists an integer ``m`` such
12
+that ``ma=b``.
13
+
14
!!! compat "Julia 1.4"
15
Rational arguments require Julia 1.4 or later.
16
0 commit comments