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
Description
As far as I understand, the class StringMaker is the one that controls how variables are printed to screen. float and double have their own specializations that expose a public precision which can be set by the user. std::complex has no such specialization, so it always gets printed with a default precision.
I'd like to be able to specify the precision for complex numbers as well.
The text was updated successfully, but these errors were encountered:
Description
As far as I understand, the class StringMaker is the one that controls how variables are printed to screen.
float
anddouble
have their own specializations that expose a publicprecision
which can be set by the user.std::complex
has no such specialization, so it always gets printed with a default precision.I'd like to be able to specify the precision for complex numbers as well.
The text was updated successfully, but these errors were encountered: