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

9 lines
87 B
C

#include "nldbl-compat.h"
double
attribute_hidden
j1l (double x)
{
return j1 (x);
}