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

9 lines
97 B
C

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