summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-y0.c
blob: e35621f60f538472bb8417fbe6f45bd727b3faf7 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
y0l (double x)
{
  return y0 (x);
}