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

double j0(double x)
{
	return x;
}

/*
XOPEN(4)
*/