def __init__ (   self,
  val 
)

construct the constant

Parameters:
val the constant

Reimplemented from C2Function.

Definition at line 546 of file C2Functions.py.

00546                            :
00547         C2Function.__init__(self)
00548         self.val=val
00549         self.name='%g' % val
00550 
    ##


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