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

double y1(double x)
{
        return x;
}

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