update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / jn_yn.c
1 #include <msvcrt/math.h>
2
3
4 /*
5  * @unimplemented
6  */
7 double _jn(int n, double x)
8 {
9         return x;
10 }
11
12 /*
13  * @unimplemented
14  */
15 double _yn(int n, double x) 
16 {
17         return x;
18 }