summaryrefslogtreecommitdiff
path: root/src/math/j1.c
blob: 2e64089b4857e3442df27c631bdcb12d227b7324 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <math.h>

double j1(double x)
{
        return x;
}

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