Skip to content

Commit

Permalink
Clarify mathematical definition of gcd
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 30, 2025
1 parent 3e08cb1 commit 1c0980b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/intfuncs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
Greatest common (positive) divisor (or zero if all arguments are zero).
The arguments may be integer and rational numbers.
``a`` is a divisor of ``b`` if there exists an integer ``m`` such
that ``ma=b``.
!!! compat "Julia 1.4"
Rational arguments require Julia 1.4 or later.
Expand Down

0 comments on commit 1c0980b

Please sign in to comment.