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