np.floor_divide(1.0,0)
results inf with RuntimeWarning: divide by zero encountered in floor_divide np.floor_divide(1.0,0) on Linux but results nan on Mac with no warning/error.
Why this difference on Mac and Linux ?
np.floor_divide(1.0,0)
results inf with RuntimeWarning: divide by zero encountered in floor_divide np.floor_divide(1.0,0) on Linux but results nan on Mac with no warning/error.
Why this difference on Mac and Linux ?
Copyright © 2021 Jogjafile Inc.