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

double
attribute_hidden
jnl (int n, double x)
{
  return jn (n, x);
}