]> Cypherpunks repositories - gostls13.git/commit
math: add more tests for special cases of Bessel functions Y0, Y1, Yn
authorAlexander Döring <email@alexd.ch>
Mon, 20 Feb 2017 19:34:36 +0000 (20:34 +0100)
committerRobert Griesemer <gri@golang.org>
Wed, 22 Feb 2017 17:52:15 +0000 (17:52 +0000)
commitffb3b3698c695b2ada052b803f11a2ffa12e5537
tree917ac247c5e151b35faf91f16aaa44392faaad6b
parentdc6af19ff8b44e56abc1217af27fe098c78c932b
math: add more tests for special cases of Bessel functions Y0, Y1, Yn

Test finite negative x with Y0(-1), Y1(-1), Yn(2,-1), Yn(-3,-1).

Also test the special case Yn(0,0).

Fixes #19130.

Change-Id: I95f05a72e1c455ed8ddf202c56f4266f03f370fd
Reviewed-on: https://go-review.googlesource.com/37310
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/all_test.go