diff options
| -rw-r--r-- | src/pkg/math/all_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/all_test.go b/src/pkg/math/all_test.go index 15bc68e11..9a4801b00 100644 --- a/src/pkg/math/all_test.go +++ b/src/pkg/math/all_test.go @@ -2339,7 +2339,7 @@ func BenchmarkExpm1(b *testing.B) { func BenchmarkExp2(b *testing.B) { for i := 0; i < b.N; i++ { - Exp(.5) + Exp2(.5) } } |
