mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 22:36:14 +00:00
18 lines
143 B
C
18 lines
143 B
C
#include <math.h>
|
|
|
|
|
|
/*
|
|
* @unimplemented
|
|
*/
|
|
double _j1(double x)
|
|
{
|
|
return x;
|
|
}
|
|
|
|
/*
|
|
* @unimplemented
|
|
*/
|
|
double _y1(double x)
|
|
{
|
|
return x;
|
|
}
|