gcd

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

Return Value

Type: MpZ

greatest common divisor (gcd) of x and y.

Meta