Assignment 1d (CLO1). Write a script to convert radians to degrees using the equation below. Then write a test program/script to test this function using at least, but not limited to, the following values, 0,1,2,3.14,1.72,pi ^(**)(3)/(4),2**pi ,4^(**)pi , - pi. More comprehensive testing may obtain a 5% bonus.
Conversion formula: y=x**((180)/(pi )), where y is in degrees and x is in radians.
Assignment 1d (CLO1). Write a script to convert radians to degrees using the equation below. Then write a test program/script to test this function using at least, but not limited to, the following values, 0, 1, 2, 3.14, 1.72, pi*3/4, 2*pi, 4*pi, -pi. More comprehensive testing may obtain a 5% bonus Conversion formula:y=x*(180/pi),where y is in degrees andx is in radians