]> Cypherpunks repositories - gostls13.git/commit
math: add doc note about floating point operation
authorgulyasm <mgulyas86@gmail.com>
Sat, 7 Jan 2017 22:30:47 +0000 (23:30 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 6 Jun 2017 20:20:41 +0000 (20:20 +0000)
commita838191406e80b3b0d665e7b1ba38197eacc7b72
tree6162365765befe2b09e982e534dae68501381782
parent3c1914fc46e67ee7628428b68ab3497ca5d44d89
math: add doc note about floating point operation

Go doesn't guarantee that the result of floating point operations will
be the same on different architectures. It was not stated in the
documentation, that can lead to confusion.

Fixes #18354

Change-Id: Idb1b4c256fb9a7158a74256136eca3b8ce44476f
Reviewed-on: https://go-review.googlesource.com/34938
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/math/const.go