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

double j0(double x)
{
	return x;
}

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