def __div__ (   self,
  right 
)

python operator to return a new InterpolatingFunction self /right evaluated pointwise

Parameters:
right the denominator function
Returns:
a new InterpolatingFunction with the same transformations as the parent
Note:
This has different derivatives than C2Ratio(self, right) since it is evaluated pointwise and then re-splined. If you want the full derivative information, use C2Ratio()

Reimplemented from C2Function.

Definition at line 1323 of file C2Functions.py.

01323                             :
01324         return self.BinaryOperator(right, C2Ratio)
##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4