Which function will you use from the NumPy library to convert the angles from degrees to radians? A. radians(x[, out]) B. degree(x[, out]) C. convert(x[, out]) D. rad2deg(x[, out]) Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation To convert an angle from degrees to radians, a rad2deg function is used. Workspace
Discuss about the question