diff --git a/src/math/const.go b/src/math/const.go index b4405383c8e..951e9a2a4b2 100644 --- a/src/math/const.go +++ b/src/math/const.go @@ -3,6 +3,9 @@ // license that can be found in the LICENSE file. // Package math provides basic constants and mathematical functions. +// +// Note that the package doesn't guarantee identical results of floating point operations on +// different architectures. package math // Mathematical constants.