public bool Equals(fp3 other) { return(x.Equals(other.x) && y.Equals(other.y) && z.Equals(other.z)); }
public bool Equals(fp4 other) { return(x.Equals(other.x) && y.Equals(other.y) && z.Equals(other.z) && w.Equals(other.w)); }