diff options
Diffstat (limited to 'src/runtime/float.go')
| -rw-r--r-- | src/runtime/float.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/float.go b/src/runtime/float.go index 7aef78a2ec..c80c8b7abf 100644 --- a/src/runtime/float.go +++ b/src/runtime/float.go @@ -27,6 +27,7 @@ func isInf(f float64) bool { // Abs returns the absolute value of x. // // Special cases are: +// // Abs(±Inf) = +Inf // Abs(NaN) = NaN func abs(x float64) float64 { |
