Jump to content

Category talk:Wren-long: Difference between revisions

→‎Source code: Ensure consistency between types.
(→‎Source code: Removed type aliases which are no longer needed.)
(→‎Source code: Ensure consistency between types.)
Line 138:
if (!(a is ULong)) a = new(a)
if (!(b is ULong)) b = new(b)
if (a.isZero && b.isZero) return ULong.zero
return a / gcd(a, b) * b
}
9,486

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.