Python operator to return a function self /right.
Reimplemented in InterpolatingFunction.
Definition at line 289 of file C2Functions.py.
00289 : 00290 "a/b returns a new C2Function which represents the ratio" 00291 return C2Ratio(self, right) ##