numpyexp関数を理解する



Understanding Numpy Exp Function



a = 1 print np.exp(a) a = 2 print np.exp(a) print 2.71828182846 * 2.71828182846 Exp:eのn乗を返します。eは定数です。2.71828Exp関数は、の累乗のe(底の自然対数)を返します。 np.exp (1) of its own,

結果:

np.exp (2) is a squared
exp, advanced mathematics Constant in a natural base e Exponential function 
|_+_|