blob: 7623d4513be1cee98082765b2f9ddc1bddac645e [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
ynl (int n, double x)
{
return yn (n, x);
}