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