-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
19
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Compared to BigDecimal, where toString(), toPlainString(), toEngineeringString() methods provide quite formal definition of result they give, BigInteger.toString()'s description feels incomplete. E. g. it should at least declare explicitly that there are no leading redundant zeros in the resulting representation of a number.
Compared to BigDecimal, where toString(), toPlainString(), toEngineeringString() methods provide quite formal definition of result they give, BigInteger.toString()'s description feels incomplete. E. g. it should at least declare explicitly that there are no leading redundant zeros in the resulting representation of a number.