Skip to content

math: minor error in Bessel function documentation #18823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
IsaacDunlap opened this issue Jan 27, 2017 · 1 comment
Closed

math: minor error in Bessel function documentation #18823

IsaacDunlap opened this issue Jan 27, 2017 · 1 comment
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Milestone

Comments

@IsaacDunlap
Copy link

IsaacDunlap commented Jan 27, 2017

Just spotted a typo in jn.go, in the documentation for the function Yn (https://golang.org/pkg/math/#Yn)).

Currently, we have a typo where Y1 is written instead of Yn:

Y1(n, x < 0) = NaN
Y1(n, NaN) = NaN

The documentation should say:
Yn(n, x < 0) = NaN
Yn(n, NaN) = NaN

Also, the current documentation for Yn doesn't include the special case Yn(0, 0) = -Inf, which should be included for completeness I'd imagine.

@josharian josharian added the Documentation Issues describing a change to documentation. label Jan 28, 2017
@josharian josharian added this to the Go1.9 milestone Jan 28, 2017
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/35970 mentions this issue.

@griesemer griesemer changed the title math: minor error Bessel function documentation math: minor error in Bessel function documentation Feb 16, 2017
@golang golang locked and limited conversation to collaborators Feb 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants