specfun.h: Expose airy_ai and airy_bi.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Sat, 18 Nov 2017 19:53:25 +0000 (19:53 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Sat, 18 Nov 2017 19:53:25 +0000 (19:53 +0000)
commita7a389d6eee846a877b79c733d853cd2e6b162da
tree05cdcca745f49e08c16a41bc873809db9a92200d
parenta7037861a77985c3a8bccab9eefc02179694aa8e
specfun.h: Expose airy_ai and airy_bi.

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.

From-SVN: r254917
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/specfun.h
libstdc++-v3/include/tr1/modified_bessel_func.tcc
libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_value.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc [new file with mode: 0644]