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

float atanhf(float x)
{
  return _atanhf(x);
}