cmpabs

Comparison of the absolute values of x and y.

  1. int cmpabs(_MpZ!copyable x, _MpZ!copyable y)
    pure nothrow @trusted @nogc
    int
    cmpabs
    (
    bool copyable
    )
    (
    auto ref const _MpZ!copyable x
    ,
    auto ref const _MpZ!copyable y
    )
  2. int cmpabs(_MpZ!copyable x, double y)
  3. int cmpabs(_MpZ!copyable x, ulong y)

Meta