get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 559 of file C2Functions.py.
00559 : 00560 return self.val, 0., 0. 00561