lcm

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

Return Value

Type: MpZ

least common multiple (lcm) of x and y.

Meta