clog<<fixed<<setprecision(10)<<"DEBUG: hourAngle has a value of: "<<hourAngle<<endl
<<"DEBUG: temp has a value of: "<<temp<<" and the arcsine of temp is: "<<asin(temp)<<endl
<<"DEBUG: sigma then has a value of: "<<sigma*(180/M_PI)<<endl
<<"DEBUG: alpha has a value of: "<<alpha<<" which means that the LST is: "<<(GMST(year,hours)*15-Long)<<" and the hour angle is "<<hourAngle<<" and the arccos of the hour angle is: "<<asin(hourAngle)*(180/M_PI)<<endl;
<<"DEBUG: alpha has a value of: "<<alpha<<" which means that the LST is: "<<(Time-Long)*(180/M_PI)<<" and the hour angle is "<<hourAngle<<" and the arccos of the hour angle is: "<<asin(hourAngle)*(180/M_PI)<<endl;
//clog << "DEBUG: alpha has a value of: " << alpha << " and sigma has a value of: " << sigma * (180 / M_PI)<< endl;
}
raAndDecPair.first=alpha;
raAndDecPair.first=(alpha*(180/M_PI))/15;
raAndDecPair.second=sigma*(180/M_PI);
if(DEBUG){
clog<<"DEBUG: The final point is: ("<<raAndDecPair.first<<","<<raAndDecPair.second<<")."<<endl;
clog<<fixed<<setprecision(10)<<"DEBUG: hourAngle has a value of: "<<hourAngle<<endl
<<"DEBUG: temp has a value of: "<<temp<<" and the arcsine of temp is: "<<asin(temp)<<endl
<<"DEBUG: sigma then has a value of: "<<sigma*(180/M_PI)<<endl
<<"DEBUG: alpha has a value of: "<<alpha<<" which means that the LST is: "<<(GMST(year,hours)*15-Long)<<" and the hour angle is "<<hourAngle<<" and the arccos of the hour angle is: "<<asin(hourAngle)*(180/M_PI)<<endl;
<<"DEBUG: alpha has a value of: "<<alpha<<" which means that the LST is: "<<(Time-Long)*(180/M_PI)<<" and the hour angle is "<<hourAngle<<" and the arccos of the hour angle is: "<<asin(hourAngle)*(180/M_PI)<<endl;
//clog << "DEBUG: alpha has a value of: " << alpha << " and sigma has a value of: " << sigma * (180 / M_PI)<< endl;
}
raAndDecPair.first=alpha;
raAndDecPair.first=(alpha*(180/M_PI))/15;
raAndDecPair.second=sigma*(180/M_PI);
if(DEBUG){
clog<<"DEBUG: The final point is: ("<<raAndDecPair.first<<","<<raAndDecPair.second<<")."<<endl;
cout<<"The algorithm function, when its January 27, 2017, at 5:45:54 pm, at a lat and long of -46,89 and when looking at the sky at 20, 270 (in horizontal coordinates), gives: "<<endl
<<"Right ascention of: "<<returnValue.first<<" and a declination of: "<<returnValue.second<<endl;