2017-11-18 Edward Smith-Rowland <3dw4rd@verizon.net>
commit6f6749f3f6781e052455f33befe7d0773cd2d68b
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Nov 2017 19:53:25 +0000 (18 19:53 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Nov 2017 19:53:25 +0000 (18 19:53 +0000)
tree05cdcca745f49e08c16a41bc873809db9a92200d
parentebbd5506fa1e075d23c0ca924d11db16e8772848
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254917 138bc75d-0d04-0410-961f-82ee72b054a4
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]