You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it useful to have a function that rounds a float to a given number of significant digits, regardless of magnitude. I needed this for some exponential scales and I thought maybe it would have some value if added to this module. I've also created a pull request.