summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/pow_dd.c
blob: 0ab208ebf62ebacedd78564632f1876b4fa4fc4a (plain)
1
2
3
4
5
6
7
8
9
#include "f2c.h"

#undef abs
#include <math.h>
double
pow_dd (doublereal * ap, doublereal * bp)
{
  return (pow (*ap, *bp));
}
OpenPOWER on IntegriCloud