Index: src/pkg/math/expm1_decl.go |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/src/pkg/math/expm1_decl.go |
@@ -0,0 +1,7 @@ |
+// Copyright 2010 The Go Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style |
+// license that can be found in the LICENSE file. |
+ |
+package math |
+ |
+func Expm1(x float64) float64 |