std::complex output precision
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.