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

double y1(double x)
{
        return x;
}

/*
XOPEN(4)
*/