Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/w_j0.c')
-rw-r--r--newlib/libm/math/w_j0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/w_j0.c b/newlib/libm/math/w_j0.c
index 4f0790842..2bf663316 100644
--- a/newlib/libm/math/w_j0.c
+++ b/newlib/libm/math/w_j0.c
@@ -91,10 +91,10 @@ float <[x]>;
DESCRIPTION
The Bessel functions are a family of functions that solve the
differential equation
-@ifinfo
+@ifnottex
. 2 2 2
. x y'' + xy' + (x - p )y = 0
-@end ifinfo
+@end ifnottex
@tex
$$x^2{d^2y\over dx^2} + x{dy\over dx} + (x^2-p^2)y = 0$$
@end tex