mirror of
https://github.com/reactos/reactos.git
synced 2025-06-16 09:59:03 +00:00
19 lines
143 B
C
19 lines
143 B
C
![]() |
#include <math.h>
|
||
|
|
||
|
|
||
|
/*
|
||
|
* @unimplemented
|
||
|
*/
|
||
|
double _j0(double x)
|
||
|
{
|
||
|
return x;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* @unimplemented
|
||
|
*/
|
||
|
double _y0(double x)
|
||
|
{
|
||
|
return x;
|
||
|
}
|