Skip to content

Instantly share code, notes, and snippets.

@andersonberg
Created August 29, 2014 20:06
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 andersonberg/9d94a1962d43b7482bb0 to your computer and use it in GitHub Desktop.
Save andersonberg/9d94a1962d43b7482bb0 to your computer and use it in GitHub Desktop.
>>> b = np.array([3.4, 5., 33., 8.])
>>> np.amin(b)
3.4
>>> np.amax(b)
33.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment