seterr([all, divide, over, under, invalid])
seterr
Set how floating-point errors are handled.
geterr()
geterr
Get the current way of handling floating-point errors.
seterrcall(func)
seterrcall
Set the floating-point error callback function or log object.
geterrcall()
geterrcall
Return the current callback function used on floating-point errors.
errstate(**kwargs)
errstate
Context manager for floating-point error handling.
seterrobj(errobj)
seterrobj
Set the object that defines floating-point error handling.
geterrobj()
geterrobj
Return the current object that defines floating-point error handling.