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

double
attribute_hidden
tanl (double x)
{
  return tan (x);
}