mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
math/big: fix minor documentation issue
Change-Id: Ib42f75c03573cec16801b79a6eb9b1b542028f4f Reviewed-on: https://go-review.googlesource.com/7524 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
f6580319e4
commit
a4bfe64f00
2 changed files with 2 additions and 2 deletions
|
|
@ -289,7 +289,7 @@ func (z *Float) setExp(e int64) {
|
|||
// not require 0.5 <= |mant| < 1.0. Specifically:
|
||||
//
|
||||
// mant := new(Float)
|
||||
// new(Float).SetMantExp(mant, x.SetMantExp(mant)).Cmp(x) == 0
|
||||
// new(Float).SetMantExp(mant, x.SetMantExp(mant)).Cmp(x).Eql() is true
|
||||
//
|
||||
// Special cases are:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue