get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 681 of file C2Functions.py.
00681 : 00682 return native((x-self.x0)*self.slope+self.y0, self.slope, 0.0) 00683 ##