Which library has power function? [closed]

#include <math.h>
double pow(double x, double y); // where x is the base, y is the exp

Leave a Comment