Stamp ChangeLogs for release
[official-gcc.git] / libf2c / libF77 / r_tan.c
blobfc0009e4774d72c87f0ffddd8d9fd7f7c68416a1
1 #include "f2c.h"
3 #ifdef KR_headers
4 double tan();
5 double r_tan(x) real *x;
6 #else
7 #undef abs
8 #include <math.h>
9 double r_tan(real *x)
10 #endif
12 return( tan(*x) );