blob: 41c4f172c658ad9092e9d7bb6271dbc6675190f6 [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
d_acos (doublereal * x)
{
return (acos (*x));
}