summaryrefslogtreecommitdiff
path: root/src/math/j1.c
blob: b414e63ca8b918393f99bf6fdf6a48a7a28bee01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if 0

#include <math.h>

double j1(double x)
{
        return x;
}

/*
XOPEN(4)
LINK(m)
*/


#endif