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 have a case where numbers might be in classical notation, or in scientific notation for very small numbers. I understand that from_str handles the first case, and from_scientific the second. This forces me to write code like: