reset the parameters of the function ax**b
Definition at line 739 of file C2Functions.py. 00739 : 00740 "reset the parameters to new values" 00741 if a is not None: 00742 self.a=a 00743 if b is not None: 00744 self.b=b 00745 def value_with_derivatives(self, x):
|