Python operator to return a function self -right.
Reimplemented in InterpolatingFunction. Definition at line 275 of file C2Functions.py. 00275 : 00276 "a-b returns a new C2Function which represents the difference" 00277 return C2Diff(self, right) ##
|