is_angle_between# is_angle_between(theta1, theta2, theta3)# Check whether angle theta2 lies between theta1 and theta3 on the circle (mod 2π). Parameters: theta1 (float) theta2 (float) theta3 (float) Return type: bool