mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
print cld's
This commit is contained in:
parent
fc1b590655
commit
3c82c4d9e3
@ -279,6 +279,8 @@ struct indenter_finish : indenter {
|
||||
|
||||
#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)) {
|
||||
std::stringstream ss;
|
||||
ss.precision(prec);
|
||||
|
Loading…
Reference in New Issue
Block a user