degree/radian to sin, cos and tan.. - C++ Forum
I have completed this coding, but its showing incorrect results.. can anyone help me to fix so that can get the correct output.. #include #include using namespace std; const double PI=3.14159265; double rad (double angle);...