I have two questions: First one is, can you change Visual studios so it works in degrees permanently? I am using the pi/180 or 180/pi depending on what i need currently but sometimes i forget.
Second question is, my source code is below
double temp = Convert.ToDouble(Math.Atan(150/ 250));
Why does the system return the value of temp as 0? I did this calculations on my calculator and it is 0.5404... (I made sure my calculator was in radians mode when i did this). The double should be able to hold this value because later on it holds values which are similar to this.