get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 567 of file C2Functions.py.
00567 : 00568 q=_myfuncs.sin(x) 00569 return native(q, _myfuncs.cos(x), -q) 00570 ##