diff options
Diffstat (limited to 'libgo/go/math/cmplx/abs.go')
-rw-r--r-- | libgo/go/math/cmplx/abs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/go/math/cmplx/abs.go b/libgo/go/math/cmplx/abs.go index f3cd107..2f89d1b 100644 --- a/libgo/go/math/cmplx/abs.go +++ b/libgo/go/math/cmplx/abs.go @@ -3,7 +3,8 @@ // license that can be found in the LICENSE file. // Package cmplx provides basic constants and mathematical functions for -// complex numbers. +// complex numbers. Special case handling conforms to the C99 standard +// Annex G IEC 60559-compatible complex arithmetic. package cmplx import "math" |