]> Cypherpunks repositories - gostls13.git/commit
math: Add a function example
authorkakulisen <lziqiang1@gmail.com>
Wed, 29 Apr 2020 07:43:11 +0000 (15:43 +0800)
committerRobert Griesemer <gri@golang.org>
Thu, 30 Apr 2020 00:33:38 +0000 (00:33 +0000)
commitdf2862cf54858ba5b1ada7d2ca99e57f3c13dd23
treef7f2a0a550658be80faddfda61c7ba7b76e864c7
parent844b410922b2ea7d22b651c536178e79696749f6
math: Add a function example

When I browsed the source code, I saw that there is no corresponding example of this function. I am not sure if there is a need for an increase, this is my first time to submit CL.

Change-Id: Idbf4e1e1ed2995176a76959d561e152263a2fd26
Reviewed-on: https://go-review.googlesource.com/c/go/+/230741
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/example_test.go