diff options
Diffstat (limited to 'src/pkg/cmath/abs.go')
-rw-r--r-- | src/pkg/cmath/abs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/cmath/abs.go b/src/pkg/cmath/abs.go index 725dc4e98..f3199cad5 100644 --- a/src/pkg/cmath/abs.go +++ b/src/pkg/cmath/abs.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// The cmath package provides basic constants -// and mathematical functions for complex numbers. +// Package cmath provides basic constants and mathematical functions for +// complex numbers. package cmath import "math" |