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

9 lines
89 B
C

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