friend ECn operator-(const ECn&);
ECn operator-(const ECn& e) { ECn t=e; epoint_negate(t.p); return t;}