golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.61k stars 17.61k forks source link

math: dead link in documentation #8790

Closed gopherbot closed 9 years ago

gopherbot commented 10 years ago

by sedevelopers01:

http://golang.org/pkg/math/#pkg-constants

> Mathematical constants. Reference: http://oeis.org/Axxxxxx

Link is four-oh-four. Should probably be:

http://oeis.org/wiki/IEEE_arithmetic
ianlancetaylor commented 10 years ago

Comment 1:

The comment is not to a literal "xxxxxx", it's to a different number of each constant. 
If you search for the constant name at http://oeis.org, you will find the appropriate
page.

Status changed to WorkingAsIntended.