Python operator to return a function self +right.
Reimplemented in InterpolatingFunction. Definition at line 268 of file C2Functions.py. 00268 : 00269 "a+b returns a new C2Function which represents the sum" 00270 return C2Sum(self, right) ##
|
1.5.4