numpy.geterrcall()
numpy.geterrobj() Return the current object that defines floating-point error handling. The error object contains all
numpy.seterr(all=None, divide=None, over=None, under=None, invalid=None)
numpy.seterrobj(errobj) Set the object that defines floating-point error handling. The error object contains all information
numpy.geterr()
numpy.seterrcall(func)
class numpy.errstate(**kwargs)