1 /* Test of jn() function.
2 Copyright (C) 2010-2020 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <https://www.gnu.org/licenses/>. */
17 /* Written by Bruno Haible <bruno@clisp.org>, 2010. */
23 #include "signature.h"
24 SIGNATURE_CHECK (jn
, double, (int, double));
34 /* A particular value. */
37 ASSERT (y
>= -0.4025564102 && y
<= -0.4025564101);
39 /* A particular value. */
42 ASSERT (y
>= 0.0128210029 && y
<= 0.0128210030);
44 /* A particular value. */
47 ASSERT (y
>= 0.4093043064 && y
<= 0.4093043065);
49 /* A particular value. */
52 ASSERT (y
>= 0.4180256354 && y
<= 0.4180256355);
54 /* A particular value. */
57 ASSERT (y
>= 0.2507361705 && y
<= 0.2507361706);
59 /* A particular value. */
62 ASSERT (y
>= 0.1098399867 && y
<= 0.1098399868);
64 /* A particular value. */
67 ASSERT (y
>= 0.0383164262 && y
<= 0.0383164263);
69 /* A particular value. */
72 ASSERT (y
>= 0.0111592540 && y
<= 0.0111592541);
74 /* A particular value. */
77 ASSERT (y
>= 0.0027966149 && y
<= 0.0027966150);
79 /* A particular value. */
82 ASSERT (y
>= 0.0006159669 && y
<= 0.0006159670);
84 /* A particular value. */
87 ASSERT (y
>= 0.0001211233 && y
<= 0.0001211234);