Execute the following code: import numpy import scipy.special a=scipy.special.exp10(-16) numpy.log(1+a) 2. The output is as follows: 0.0 ...
確定! 回上一頁