BOOL iszero() const;
BOOL ECn::iszero() const {if (p->marker==MR_EPOINT_INFINITY) return TRUE; return FALSE;}