PPRuNe Forums - View Single Post - india DGCA ATPL exam
View Single Post
Old 30th Sep 2011, 14:45
  #195 (permalink)  
skybuster7
 
Join Date: Sep 2011
Location: mumbai
Age: 37
Posts: 12
Likes: 0
Received 0 Likes on 0 Posts
theres a way to remember doing this :


if phase_diff > +180 then
phase_diff = phase_diff-360

else if phase_diff <-180 then
phase_diff = phase_diff+360

else
phase_diff = phase_diff

in this phase_diff= ref - variable= 90-240= -150

-150 is less then -180

so phase diff= -150+360=210
skybuster7 is offline