np.exp in python numpy
import numpy as np
ar=np.array([1,2,3])
ar=np.exp(ar)
print ar
np.exp in python numpy
import numpy as np
ar=np.array([1,2,3])
ar=np.exp(ar)
print ar
np.exp in python numpy
[ 2.71828183 7.3890561 20.08553692]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us