Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created January 19, 2021 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndhumathyChelliah/cdb292e7a51ca7d4d8416230e768f218 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/cdb292e7a51ca7d4d8416230e768f218 to your computer and use it in GitHub Desktop.
import numpy as np
a1=np.array([4,9,16])
print (np.exp(a1))
#Output:[5.45981500e+01 8.10308393e+03 8.88611052e+06]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment