diff options
Diffstat (limited to 'src/pkg/math/atan.go')
-rw-r--r-- | src/pkg/math/atan.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/math/atan.go b/src/pkg/math/atan.go index c811a39d9..99a986ac7 100644 --- a/src/pkg/math/atan.go +++ b/src/pkg/math/atan.go @@ -4,7 +4,6 @@ package math - /* * floating-point arctangent * @@ -52,7 +51,7 @@ func satan(arg float64) float64 { } /* - * atan makes its argument positive and + * Atan makes its argument positive and * calls the inner routine satan. */ |