r254917 - in /trunk/libstdc++-v3: ChangeLog inc...
emsr@gcc.gnu.org
emsr@gcc.gnu.org
Sat Nov 18 19:53:00 GMT 2017
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
More information about the Gcc-cvs
mailing list