Function degreesToRadians

Converts an angle from degrees to radians by multiplying by (π/180).
Useful for converting between angular measurement systems and performing trigonometric calculations.

degreesToRadians(180); // 3.141592653589793