glibc/sysdeps/ieee754/ldbl-opt/nldbl-yn.c

9 lines
97 B
C

#include "nldbl-compat.h"
double
attribute_hidden
ynl (int n, double x)
{
return yn (n, x);
}