Skip to content

Instantly share code, notes, and snippets.

@JulianWgs
Created February 7, 2020 08:32
Show Gist options
  • Save JulianWgs/b03e2346c0ae39bdd68db6543091f574 to your computer and use it in GitHub Desktop.
Save JulianWgs/b03e2346c0ae39bdd68db6543091f574 to your computer and use it in GitHub Desktop.
Logarithmic rounding
a = 20.3
10**np.round(np.log10(a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment