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

double
attribute_hidden
cosl (double x)
{
  return cos (x);
}