commit | ff4e08f60d92862bb086b447ee44d78c618cf7a7 | [log] [tgz] |
---|---|---|
author | Eoghan Sherry <ejsherry@gmail.com> | Mon Dec 06 16:24:51 2010 -0500 |
committer | Russ Cox <rsc@golang.org> | Mon Dec 06 16:24:51 2010 -0500 |
tree | 34a7d3bd4986345a93c3c7dfb8f2b84109aedf26 | |
parent | 6eee9ed507a6de8fe93c1d1b8372a8bd85547e6f [diff] |
math: improve accuracy of Exp2 Note: * Exp2 doesn't have a special case for very small arguments * Exp2 hasn't been subject to a proper error analysis Also: * add tests for Exp2 with integer argument * always test Go versions of Exp and Exp2 R=rsc CC=Charlie Dorian, PeterGo, golang-dev https://golang.org/cl/3481041