int fcmp( MPData a, MPData b ){ a = clone( a ); b = clone( b ); _matchPrec( a, b ); return cmp( a, b ); }