This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r254917 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: emsr
Date: Sat Nov 18 19:53:25 2017
New Revision: 254917

URL: https://gcc.gnu.org/viewcvs?rev=254917&root=gcc&view=rev
Log:
2017-11-18  Edward Smith-Rowland  <3dw4rd@verizon.net>

	* include/bits/specfun.h: Expose airy_ai and airy_bi.
	* include/tr1/modified_bessel_func.tcc: Treat NaN and inf arg, return.
	* testsuite/ext/special_functions/airy_ai/check_nan.cc: New.
	* testsuite/ext/special_functions/airy_ai/check_value.cc: New.
	* testsuite/ext/special_functions/airy_ai/compile.cc: New.
	* testsuite/ext/special_functions/airy_bi/check_nan.cc: New.
	* testsuite/ext/special_functions/airy_bi/check_value.cc: New.
	* testsuite/ext/special_functions/airy_bi/compile.cc: New.


Added:
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_ai/
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_bi/
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc
    trunk/libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/specfun.h
    trunk/libstdc++-v3/include/tr1/modified_bessel_func.tcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]