Get the current way of handling floating-point errors.
Returns a dictionary with entries “divide”, “over”, “under”, and “invalid”, whose values are from the strings “ignore”, “print”, “log”, “warn”, “raise”, and “call”.
numpy.seterr
numpy.seterrcall