diff options
author | Rob Pike <r@golang.org> | 2008-07-12 15:56:06 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-07-12 15:56:06 -0700 |
commit | 1a5d2d0b4cd1ffe9bc5b54fcbd6b7eb9c27f3fa2 (patch) | |
tree | f81aa65cec1f10d26cc3f45b1817f14ea573da9f /src/lib/math/sinh.go | |
parent | 72041e2033ef0eac61c8bb9d7a1711d2acc3b74d (diff) | |
download | golang-1a5d2d0b4cd1ffe9bc5b54fcbd6b7eb9c27f3fa2.tar.gz |
tools to update math lib.
you need a hack to 6ar to do this, but it's not checked in yet
SVN=126943
Diffstat (limited to 'src/lib/math/sinh.go')
-rw-r--r-- | src/lib/math/sinh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/sinh.go b/src/lib/math/sinh.go index fd3b50a7d..7db190b10 100644 --- a/src/lib/math/sinh.go +++ b/src/lib/math/sinh.go @@ -4,7 +4,7 @@ package math -import math "exp" +import math "math" export sinh, cosh /* |