Ejemplo n.º 1
0
 public RealFunction plus(RealFunction a)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 2
0
 public RealFunction minus(RealFunction r)
 {
     throw new System.NotImplementedException();
 }