cmpabs

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

Return Value

Type: int

comparison of the absolute values of x and y.

Meta