Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / math / j1_y1.c
1 #include <msvcrt/math.h>
2
3 double _j1(double x)
4 {
5 return x;
6 }
7
8 double _y1(double x)
9 {
10 return x;
11 }