diff options
Diffstat (limited to 'libgo/go/cmath')
-rw-r--r-- | libgo/go/cmath/abs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/cmath/abs.go b/libgo/go/cmath/abs.go index 725dc4e..f3199ca 100644 --- a/libgo/go/cmath/abs.go +++ b/libgo/go/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" |