]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: clarified doc string for SetMantExp
authorRobert Griesemer <gri@golang.org>
Sun, 22 Aug 2021 19:11:02 +0000 (12:11 -0700)
committerRobert Griesemer <gri@golang.org>
Sun, 22 Aug 2021 21:43:43 +0000 (21:43 +0000)
commit19585826fa52d0580724be91f610db54727c74f0
tree80b57a73c9351a855ad9f92051ed2ae764cb3ce9
parent6416bde023d897dcedc6d53bf0bf58821962f435
math/big: clarified doc string for SetMantExp

Fixes #47879.

Change-Id: I35efb5fc65c4f1eb1b45918f95bbe1ff4039950e
Reviewed-on: https://go-review.googlesource.com/c/go/+/344249
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/math/big/float.go