get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 580 of file C2Functions.py.
00580 : 00581 q=_myfuncs.cos(x) 00582 return native(q, -_myfuncs.sin(x), -q) ##