Given two numbers, hour and minutes, return the smaller angle (in degrees) formed between the hour and the minute hand.
Answers within 10^-5 of the actual value will be accepted as correct.
1 <= hour <= 120 <= minutes <= 59hour = 12, minutes = 30165hour = 3, minutes = 3075hour = 3, minutes = 157.5