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

double
attribute_hidden
acosl (double x)
{
  return acos (x);
}