You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Compares two fractions
* @param f a non null fraction
* @return true if f and the current fraction have the same value
*/
public boolean equals(Object f) {
return false;
}