Re: svn commit: r279856 - in head/lib/msun: man src

2015-03-10 Thread Bruce Evans
On Tue, 10 Mar 2015, Steve Kargl wrote: Log: According to POSIX.1-2008, the Bessel functions of second kind should raise a divide-by-zero floating point exception for x = +-0 and an invalid floating point exception for x < 0 including x = -Inf. Update the code to raise the exception and upd

svn commit: r279856 - in head/lib/msun: man src

2015-03-10 Thread Steve Kargl
Author: kargl Date: Tue Mar 10 17:10:54 2015 New Revision: 279856 URL: https://svnweb.freebsd.org/changeset/base/279856 Log: According to POSIX.1-2008, the Bessel functions of second kind should raise a divide-by-zero floating point exception for x = +-0 and an invalid floating point except