Skip to content

Commit

Permalink
Clarify mathematical definition of lcm
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Jan 8, 2025
1 parent b58dcc5 commit 0a61fcf
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 @@ -97,6 +97,9 @@ end
Least common (positive) multiple (or zero if any argument is zero).
The arguments may be integer and rational numbers.
``a`` is a multiple of ``b`` if there exists an integer ``m`` such
that ``a=mb``.
!!! compat "Julia 1.4"
Rational arguments require Julia 1.4 or later.
Expand Down

0 comments on commit 0a61fcf

Please sign in to comment.