# File AlmanacForRuby/AlmanacMath.rb, line 55 def degree_to_radian(degree) radian = degree / COEFFICIENT_OF_RADIAN_TO_DEGREE return radian end