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'd like to always write exactly three significant digits in the fractional part. It would seem that I need to include both min_significant_digits(...) and max_significant_digits(...).
Question
I'd like to always write exactly three significant digits in the fractional part. It would seem that I need to include both
min_significant_digits(...)
andmax_significant_digits(...)
.However, this always fails with
What am I doing wrong?
min_significant_digits(...)
alone seems to work ok.The text was updated successfully, but these errors were encountered: