Skip to content

Commit dc6ae87

Browse files
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 <[email protected]> Reviewed-by: Rob Pike <[email protected]>
1 parent a836254 commit dc6ae87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/math/const.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
// Package math provides basic constants and mathematical functions.
66
//
7-
// Note that the package doesn't guarantee identical results of floating point operations on
8-
// different architectures.
7+
// This package does not guarantee bit-identical results across architectures.
98
package math
109

1110
// Mathematical constants.

0 commit comments

Comments
 (0)