0.0
1.0
construct the function
Definition at line 694 of file C2Functions.py.
00694 : 00695 C2Function.__init__(self) 00696 self.x0, self.a, self.b, self.c = x0, a, b, c 00697 self.name="(%g*(x-x0)^2 + %g*(x-x0) + %g, x0=%g)" % (a, b, c, x0) 00698 ##