How does addition work in floating-point for this case?
In [6]: np.finfo(np.float64).max + 1Out[6]: 1.7976931348623157e+308
Why is there no overflow raised?
How does addition work in floating-point for this case?
In [6]: np.finfo(np.float64).max + 1Out[6]: 1.7976931348623157e+308
Why is there no overflow raised?