summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/w_acos.c
blob: 412198c67e682e807b8d670330b39ceb4dd55646 (plain)
1
2
3
4
5
6
7
#include <math.h>
#include "headers/acos.h"

double acos(double x)
{
  return _acos(x);
}