]> Cypherpunks repositories - gostls13.git/commitdiff
math: clarify comment about bit-identical results across architectures
authorIan Lance Taylor <iant@golang.org>
Tue, 6 Jun 2017 21:21:16 +0000 (14:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 6 Jun 2017 22:32:34 +0000 (22:32 +0000)
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>
src/math/const.go

index 951e9a2a4b2dac70e706ec5b54a18afe78d64ffe..20b70653b4665939e7c64dab715b84649b85a04f 100644 (file)
@@ -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.