예제 #1
0
 /* test x==0 ? */
 public bool IsZilch()
 {
     //reduce();
     return(a.IsZilch() && b.IsZilch() && c.IsZilch());
 }