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

double
attribute_hidden
cospil (double x)
{
  return cospi (x);
}