about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-yn.c
blob: 7623d4513be1cee98082765b2f9ddc1bddac645e (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
ynl (int n, double x)
{
  return yn (n, x);
}