BigInt.opCmp

int opCmp()(auto ref const BigInt rhs) const pure nothrow @nogc @safe
No documentation available for this declaration.
int opCmp(T)(T rhs) if (isIntegral!T) const pure @safe
No documentation available for this declaration.
int opCmp(T)(const T y) if (isFloatingPoint!T) const nothrow @nogc @safe

Comparison with floating-point types