Online C++ Compiler

#include <iostream> #include <math.h> using namespace std; int main() { double x = 0.3232; cout << "acos ( "<<x<<" ) = " << acos(x) << endl; }