Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / s_tanh.c
blob5443d5750db1f6af1497d20247c076f4575bb44b
1 #include <math.h>
2 #include "headers/tanh.h"
4 double tanh(double x)
6 return _tanh(x);