OSDN Git Service

r288@cf-ppc-macosx: monabuilder | 2008-12-07 13:17:34 +0900
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libm / machine / spu / wf_acosh.c
1 #include <math.h>
2 #include "headers/acoshf.h"
3
4 float acoshf(float x)
5 {
6   return _acoshf(x);
7 }