Exemplo n.º 1
0
 public fp2(fp x, fp y)
 {
     this.x = x;
     this.y = y;
 }
Exemplo n.º 2
0
 public fp3(fp x, fp y, fp z)
 {
     this.x = x;
     this.y = y;
     this.z = z;
 }