update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / jn_yn.c
index 8a3c833..a930472 100644 (file)
@@ -1,11 +1,17 @@
 #include <msvcrt/math.h>
 
 
+/*
+ * @unimplemented
+ */
 double _jn(int n, double x)
 {
        return x;
 }
 
+/*
+ * @unimplemented
+ */
 double _yn(int n, double x) 
 {
        return x;