Displaying 1 result from an estimated 1 matches for "formatcomplex".
2013 Aug 15
1
format bug and patch
...bug and would love to hear
comments about its quality.
Also, while testing this bug I found another related issue:
> format(complex(real=10, imaginary=4), digits = 1);
[1] "10+0i"
I think this should've been "10+4i". I have entered this as a bug
#15427. But a patch for formatComplex() would be a bigger change, than
the patch for formatReal() I made. So, before I start, I would like to
gauge your opinion.
Do you agree it is a bug?