get the value of the function, and its first & second derivative
Reimplemented from C2Function.
Definition at line 615 of file C2Functions.py.
00615 : 00616 q=_myfuncs.sqrt(x) 00617 return native(q, 0.5/q, -0.25/(q*x)) ##