public override int GetHashCode() { return(significand.GetHashCode() * 13 + Exponent.GetHashCode()); }