2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-jn.c
blob3f19bbb1a854970a818384ffb70639c855146b20
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 jnl (int n, double x)
7 return jn (n, x);