Run »
import numpy as np arr = np.array([90, 180, 270, 360]) x = np.deg2rad(arr) print(x)
[1.57079633 3.14159265 4.71238898 6.28318531]