def __init__ (   self,
  a = 1.0,
  b = 2.0 
)

construct the function ax**b

Parameters:
a the scale factor
b the exponent

Definition at line 728 of file C2Functions.py.

00728                                     :
00729         C2Function.__init__(self)
00730         self.a, self.b = a, b
00731         self.b2=b-2
00732         self.bb1=b*(b-1)
00733         self.name='%g*x^%g' % (a,b)
00734         
    ##


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