* math/libm-test.c (jn_test): Adjust delta.
1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* libio/vwprintf.c: Include <wchar.h> for prototypes.
* libio/wprintf.c: Likewise.
1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * math/libm-test.c (jn_test): Adjust delta.
+
+1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * libio/vwprintf.c: Include <wchar.h> for prototypes.
+ * libio/wprintf.c: Likewise.
+
1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/dl-load.c (_dl_init_paths): Add one more element to aelem
Boston, MA 02111-1307, USA. */
#include <stdarg.h>
-#undef __OPTIMIZE__ /* Avoid inline `vwprintf' function. */
-#include <stdio.h>
+#include <wchar.h>
/* Write formatted output to stdout according to the
format string FORMAT, using the argument list in ARG. */
Boston, MA 02111-1307, USA. */
#include <stdarg.h>
-#include <stdio.h>
+#include <wchar.h>
/* Write formatted output to stdout from the format string FORMAT. */
/* VARARGS1 */
check_eps ("jn (3, 1.0) = 0.01956...", FUNC(jn) (3, 1.0),
0.019563353982668405919, CHOOSE (0, 0, 1.9e-9));
check_eps ("jn (3, 2.0) = 0.12894...", FUNC(jn) (3, 2.0), 0.12894324947440205110,
- CHOOSE(0, 3e-17, 0));
+ CHOOSE(0, 3e-17, 1.5e-8));
check_eps ("jn (3, 10.0) = 0.05837...", FUNC(jn) (3, 10.0), 0.058379379305186812343,
CHOOSE(0, 3e-17, 1.9e-8));