Doing a math function of the type def
.
def integral_error(integral,f):
------stufff-------
print integral
gives something like: '<function simpsons at 0xb7370a74>'
is there a way to get just simpsons without string manipulations? ie just the function name?