mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-01 03:46:16 +00:00
print cld's
This commit is contained in:
parent
fc1b590655
commit
3c82c4d9e3
@ -279,6 +279,8 @@ struct indenter_finish : indenter {
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
EX void print(hstream& hs, cld x) { print(hs, real(x)); if(kz(imag(x))) print(hs, "+", imag(x), "i"); }
|
||||||
|
|
||||||
EX string fts_fixed(ld x, int prec IS(6)) {
|
EX string fts_fixed(ld x, int prec IS(6)) {
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss.precision(prec);
|
ss.precision(prec);
|
||||||
|
Loading…
Reference in New Issue
Block a user