2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / d_tanh.c
blobdf81ea0df22eabc6d761dfc1cdabf07f5587f361
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_tanh (doublereal * x)
8 return (tanh (*x));