The R Project SVN R

Rev

Rev 12309 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include "f2c.h"

#ifdef KR_headers
double pow();
double pow_dd(ap, bp) doublereal *ap, *bp;
#else
#undef abs
#ifndef macintosh
#include "math.h"
#else
#include "fp.h"
#endif macintosh
double pow_dd(doublereal *ap, doublereal *bp)
#endif
{
return(pow(*ap, *bp) );
}