#ifndef sqrt_h
#define sqrt_h

double sqrt(double x);

#endif
