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

double y0(double x)
{
        return x;
}

/*
XOPEN(4)
*/