Searched hist:"186 f620727fb6cde1ccd50a45365878da6726f61" (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/msun/man/ |
H A D | j0.3 | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
/freebsd/lib/msun/src/ |
H A D | e_jnf.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
H A D | e_j1.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
H A D | e_j1f.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
H A D | e_jn.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
H A D | e_j0.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|
H A D | e_j0f.c | diff 186f620727fb6cde1ccd50a45365878da6726f61 Tue Mar 10 18:10:54 CET 2015 Steve Kargl <kargl@FreeBSD.org> 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 update the documentation with hopefully better description of the behavior.
Reviewed by: bde (code only)
|