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/exp.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/exp.go')
-rw-r--r-- | src/lib/math/exp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/exp.go b/src/lib/math/exp.go index cce9386b7..414abb4bc 100644 --- a/src/lib/math/exp.go +++ b/src/lib/math/exp.go @@ -4,7 +4,7 @@ package math -import math "floor" +import math "math" export exp /* |