diff options
| author | Ian Lance Taylor <iant@golang.org> | 2017-06-06 14:21:16 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-06-06 22:32:34 +0000 |
| commit | dc6ae87c8caa0dabdaa0ca85fbefb0c2a61c8602 (patch) | |
| tree | ab7215e0d3818fdecf2839a7f6e9997a6d9c1ce1 /src/math/const.go | |
| parent | a836254d08181418757b0d5c159acd3f9488fb91 (diff) | |
| download | go-dc6ae87c8caa0dabdaa0ca85fbefb0c2a61c8602.tar.xz | |
math: clarify comment about bit-identical results across architectures
Updates #18354.
Change-Id: I76bc4a73d8dc99eeda14b395e451d75a65184191
Reviewed-on: https://go-review.googlesource.com/45013
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/math/const.go')
| -rw-r--r-- | src/math/const.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/math/const.go b/src/math/const.go index 951e9a2a4b..20b70653b4 100644 --- a/src/math/const.go +++ b/src/math/const.go @@ -4,8 +4,7 @@ // Package math provides basic constants and mathematical functions. // -// Note that the package doesn't guarantee identical results of floating point operations on -// different architectures. +// This package does not guarantee bit-identical results across architectures. package math // Mathematical constants. |
