Beispiel #1
0
 public RealFunction plus(RealFunction a)
 {
     throw new System.NotImplementedException();
 }
Beispiel #2
0
 public RealFunction minus(RealFunction r)
 {
     throw new System.NotImplementedException();
 }