Floating point error handling

Setting and getting error handling

methoddescription
seterropen in new window([all, divide, over, under, invalid])Set how floating-point errors are handled.
geterropen in new window()Get the current way of handling floating-point errors.
seterrcallopen in new window(func)Set the floating-point error callback function or log object.
geterrcallopen in new window()Return the current callback function used on floating-point errors.
errstateopen in new window(**kwargs)Context manager for floating-point error handling.

Internal functions

methoddescription
seterrobjopen in new window(errobj)Set the object that defines floating-point error handling.
geterrobjopen in new window()Return the current object that defines floating-point error handling.