Mention KTR_IFQ and KTR_IF_START
[dragonfly.git] / contrib / gcc-3.4 / libf2c / libF77 / r_cos.c
blobed556e81e870550face9454c634e8acdcd5c6845
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 r_cos (real * x)
8 return (cos (*x));