diff options
| author | Rob Pike <r@golang.org> | 2008-06-27 17:06:23 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-06-27 17:06:23 -0700 |
| commit | 573580453a401dd822e5526e96a6d509e28aa091 (patch) | |
| tree | 8501a89e8661cea6cf9b422ebd9fd6168cc6aaf5 /src/lib/math/atan.go | |
| parent | ad249d56cf71b984c267e44419bd25e63ba720c2 (diff) | |
| download | golang-573580453a401dd822e5526e96a6d509e28aa091.tar.gz | |
update to new world. still can't use it but it's a lot of editing....
SVN=125218
Diffstat (limited to 'src/lib/math/atan.go')
| -rw-r--r-- | src/lib/math/atan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/atan.go b/src/lib/math/atan.go index 475138996..064b8d4fc 100644 --- a/src/lib/math/atan.go +++ b/src/lib/math/atan.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package atan +package math export atan |
