mirror of
https://github.com/golang/go
synced 2024-11-20 08:04:42 -07:00
math/big: delete solved TODO
The TODO is no longer needed as it was solved by a previous CL. See https://go-review.googlesource.com/14995. Change-Id: If62d1b296f35758ad3d18d28c8fbb95e797f4464 Reviewed-on: https://go-review.googlesource.com/65232 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
718d9de60f
commit
7a5d76fa62
@ -12,12 +12,6 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(gri) Should rename itoa to utoa (there's no sign). That
|
|
||||||
// would permit the introduction of itoa which is like utoa but
|
|
||||||
// reserves a byte for a possible sign that's passed in. That
|
|
||||||
// would permit Int.Text to be implemented w/o the need for
|
|
||||||
// string copy if the number is negative.
|
|
||||||
|
|
||||||
// Text returns the string representation of x in the given base.
|
// Text returns the string representation of x in the given base.
|
||||||
// Base must be between 2 and 36, inclusive. The result uses the
|
// Base must be between 2 and 36, inclusive. The result uses the
|
||||||
// lower-case letters 'a' to 'z' for digit values >= 10. No base
|
// lower-case letters 'a' to 'z' for digit values >= 10. No base
|
||||||
|
Loading…
Reference in New Issue
Block a user