Loading IntegerP.h +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class IntegerP { IntegerP operator/(const IntegerP &divisor) const; /** * @return true iff {@code other} is *identical* to this Rational number * @return true iff {@code other} is *identical* to this number * @example IntegerP::valueOf(14)==Integer::valueOf({1,0,0,1}) returns true */ bool operator==(const IntegerP &other) const; Loading Loading
IntegerP.h +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class IntegerP { IntegerP operator/(const IntegerP &divisor) const; /** * @return true iff {@code other} is *identical* to this Rational number * @return true iff {@code other} is *identical* to this number * @example IntegerP::valueOf(14)==Integer::valueOf({1,0,0,1}) returns true */ bool operator==(const IntegerP &other) const; Loading