double acos(double x);
#include <math.h> #include <iostream.h> //… cout << "acos(0)=" << acos(0) << '\n';