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

9 lines
89 B
C

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