mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
math: special cases for Pow10; delete BUG
R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5477046
This commit is contained in:
parent
a933635579
commit
2065b0a094
2 changed files with 4 additions and 2 deletions
|
|
@ -49,5 +49,3 @@ const (
|
|||
MaxUint32 = 1<<32 - 1
|
||||
MaxUint64 = 1<<64 - 1
|
||||
)
|
||||
|
||||
// BUG(rsc): The manual should define the special cases for all of these functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue