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

float asinf(float x)
{
  return _asinf(x);
}