]> Cypherpunks repositories - gostls13.git/commit
math/big: document that Sqrt doesn't set Accuracy
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 20 Mar 2020 18:13:07 +0000 (19:13 +0100)
committerRobert Griesemer <gri@golang.org>
Fri, 20 Mar 2020 19:24:37 +0000 (19:24 +0000)
commitc5058652fd724cb1ed8ea91a4e76b202d6910482
tree6090633a6333f9e723a182aada5264a1b0a1dadf
parentd965bb613086cd780cf73418bcdeaef50a9afc55
math/big: document that Sqrt doesn't set Accuracy

Document that the Float.Sqrt method does not set the receiver's
Accuracy field.

Updates #37915

Change-Id: Ief1dcac07eacc0ef02f86bfac9044501477bca1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/224497
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/float.go
src/math/big/sqrt.go