#include "f2c.h" #undef abs #include double r_asin(real *x) { return( asin(*x) ); }