Articles → Numpy → Exp Function In Numpy

Exp Function In Numpy






Purpose





Example


import numpy as np 
  
in_array = [1, 3, 5] 
print ("Input array : ", in_array) 
  
out_array = np.exp(in_array) 
print ("Output array : ", out_array)



Output


Picture showing the output of the exp function in numpy
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Thursday, April 25, 2019

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250