get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 592 of file C2Functions.py.
00592 : 00593 return native(_myfuncs.log(x), 1/x, -1/(x*x)) ##