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

double
attribute_hidden
sinl (double x)
{
  return sin (x);
}