Where is numpy log overflow documented?

后端 未结 0 1122
一整个雨季
一整个雨季 2020-12-11 16:40

Consider these issues of numerical precision:

import numpy as np
np.log10(1e-324)   # -inf & divide-by-zero
np.log10(1e+309)   # +inf
np.round(x,  +308) #         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题