]> Cypherpunks repositories - gostls13.git/commit
math/big: add function example
authorzhouzhongyuan <zhouzhongyuan96@gmail.com>
Fri, 8 May 2020 10:13:58 +0000 (18:13 +0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 26 Aug 2020 16:15:32 +0000 (16:15 +0000)
commit63828096f61593cd766d6e25fce74133efeb17f8
treef7619f8d70efbf27e1ac35e40126d768e33c225d
parent3ffa1381ec6e44ce1858da8c26267f2888480a4d
math/big: add function example

While reading the source code of the math/big package, I found the SetString function example of float type missing.

Change-Id: Id8c16a58e2e24f9463e8ff38adbc98f8c418ab26
Reviewed-on: https://go-review.googlesource.com/c/go/+/232804
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/example_test.go