]> Cypherpunks repositories - gostls13.git/commit
math: Remove redundant local variable Ln2
authorsurechen <surechen17@gmail.com>
Wed, 6 May 2020 12:04:35 +0000 (20:04 +0800)
committerGiovanni Bajo <rasky@develer.com>
Sat, 19 Sep 2020 09:09:52 +0000 (09:09 +0000)
commit73eb24ccb6d8dd2cf9dd807acf69987a05e8d142
tree26c501735afc14e8dd5d484678c2a523481b2f6d
parent58fe2cd4022c77946ce4b598cf3e30ccc8367143
math: Remove redundant local variable Ln2

Use the const variable Ln2 in math/const.go for function acosh.

Change-Id: I5381d03dd3142c227ae5773ece9be6c8f377615e
Reviewed-on: https://go-review.googlesource.com/c/go/+/232517
Reviewed-by: Robert Griesemer <gri@golang.org>
Trust: Robert Griesemer <gri@golang.org>
Trust: Giovanni Bajo <rasky@develer.com>
src/math/acosh.go