mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 17:38:33 +00:00
18 lines
143 B
C
18 lines
143 B
C
#include <math.h>
|
|
|
|
|
|
/*
|
|
* @unimplemented
|
|
*/
|
|
double _j0(double x)
|
|
{
|
|
return x;
|
|
}
|
|
|
|
/*
|
|
* @unimplemented
|
|
*/
|
|
double _y0(double x)
|
|
{
|
|
return x;
|
|
}
|