blob: 4ef913e6522c0a1f39531ae16cd6250818561aa0 [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
r_tan (real * x)
{
return (tan (*x));
}