aboutsummaryrefslogtreecommitdiff
path: root/src/plugin/plugin_dlopen.go
diff options
context:
space:
mode:
authorcrvv <crvv.mail@gmail.com>2017-07-18 14:37:01 +0800
committerRobert Griesemer <gri@golang.org>2017-08-17 09:01:27 +0000
commitd46953c9f61ee9fe9852be86bf7bae02e1b82e36 (patch)
tree47d81fb61f1ae49a3be825e1a50ced92b2abe53c /src/plugin/plugin_dlopen.go
parent3366f515441d2ed1aeffaa215a44959e5089bc30 (diff)
downloadgo-d46953c9f61ee9fe9852be86bf7bae02e1b82e36.tar.xz
math: fix inaccurate result of Exp(1)
The existing implementation is translated from C, which uses a polynomial coefficient very close to 1/6. If the function uses 1/6 as this coeffient, the result of Exp(1) will be more accurate. And this change doesn't introduce more error to Exp function. Fixes #20319 Change-Id: I94c236a18cf95570ebb69f7fb99884b0d7cf5f6e Reviewed-on: https://go-review.googlesource.com/49294 Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'src/plugin/plugin_dlopen.go')
0 files changed, 0 insertions, 0 deletions