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

double y0(double x)
{
        return x;
}

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