Commit dc6ae87c authored by Ian Lance Taylor's avatar Ian Lance Taylor

math: clarify comment about bit-identical results across architectures

Updates #18354.

Change-Id: I76bc4a73d8dc99eeda14b395e451d75a65184191
Reviewed-on: https://go-review.googlesource.com/45013Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: default avatarRob Pike <r@golang.org>
parent a836254d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment