lcm

  1. MpZ lcm(MpZ x, MpZ y)
    pure nothrow pragma(inline, true) @trusted @nogc
    lcm
    ()
    (
    auto ref const MpZ x
    ,
    auto ref const MpZ y
    )
  2. MpZ lcm(MpZ x, ulong y)

Return Value

Type: MpZ

least common multiple (lcm) of x and y.

Meta