November 16 2023 2:17:07.572 PM airy_test(): FORTRAN90 version Test airy(). AI_TEST: AI computes the Airy function Ai(X) using single precision real arithmetic. AIRY_AI_VALUES returns tabulated values of the Airy function Ai(X) X Ai Ai (tabulated) (computed) 0.000000 0.3550280538878172 0.3550280630588531 0.100000 0.3292031299435381 0.3292031288146973 0.200000 0.3037031542863820 0.3037031590938568 0.300000 0.2788064819550049 0.2788064777851105 0.400000 0.2547423542956763 0.2547423541545868 0.500000 0.2316936064808335 0.2316935956478119 0.600000 0.2098000616663795 0.2098000496625900 0.700000 0.1891624003981501 0.1891624033451080 0.800000 0.1698463174443649 0.1698463261127472 0.900000 0.1518868036405444 0.1518868058919907 1.000000 0.1352924163128814 0.1352924257516861 BI_TEST: BI computes the Airy function Bi(X) using single precision real arithmetic. AIRY_BI_VALUES returns tabulated values of the Airy function Bi(X) X Bi Bi (tabulated) (computed) 0.000000 0.6149266274460007 0.6149266362190247 0.100000 0.6598616901941892 0.6598616838455200 0.200000 0.7054642029186612 0.7054641842842102 0.300000 0.7524855850873156 0.7524855732917786 0.400000 0.8017730000135972 0.8017730116844177 0.500000 0.8542770431031556 0.8542770147323608 0.600000 0.9110633416949405 0.9110633134841919 0.700000 0.9733286558781659 0.9733286499977112 0.800000 1.042422171231561 1.042422175407410 0.900000 1.119872813134447 1.119872808456421 1.000000 1.207423594952871 1.207423686981201 DAI_TEST: DAI computes the Airy function Ai(X) using double precision real arithmetic. AIRY_AI_VALUES returns tabulated values of the Airy function Ai(X) X Ai Ai (tabulated) (computed) 0.000000 0.3550280538878172 0.3550280538878172 0.100000 0.3292031299435381 0.3292031299435381 0.200000 0.3037031542863820 0.3037031542863820 0.300000 0.2788064819550049 0.2788064819550049 0.400000 0.2547423542956763 0.2547423542956763 0.500000 0.2316936064808335 0.2316936064808335 0.600000 0.2098000616663795 0.2098000616663795 0.700000 0.1891624003981501 0.1891624003981500 0.800000 0.1698463174443649 0.1698463174443648 0.900000 0.1518868036405444 0.1518868036405444 1.000000 0.1352924163128814 0.1352924163128814 DBI_TEST: DBI computes the Airy function Bi(X) using double precision real arithmetic. AIRY_BI_VALUES returns tabulated values of the Airy function Bi(X) X Bi Bi (tabulated) (computed) 0.000000 0.6149266274460007 0.6149266274460007 0.100000 0.6598616901941892 0.6598616901941893 0.200000 0.7054642029186612 0.7054642029186612 0.300000 0.7524855850873156 0.7524855850873157 0.400000 0.8017730000135972 0.8017730000135973 0.500000 0.8542770431031556 0.8542770431031556 0.600000 0.9110633416949405 0.9110633416949404 0.700000 0.9733286558781659 0.9733286558781660 0.800000 1.042422171231561 1.042422171231561 0.900000 1.119872813134447 1.119872813134447 1.000000 1.207423594952871 1.207423594952871 airy_test(): Normal end of execution. November 16 2023 2:17:07.572 PM