Converts degrees to radians.
تعمل هذه الدالة في Google Sheets كما تعمل في Excel تمامًا — بالصياغة والوسائط نفسها.
RADIANS(angle)The RADIANS function is used to convert an angle measured in degrees into radians. This is necessary because many trigonometric functions in Excel, such as SIN and COS, require the input angle to be expressed in radians.
=RADIANS(180)النتيجة: 3.141592654
Converts 180 degrees to its radian equivalent, which is PI.
Excel's trigonometric functions expect angles in radians, so conversion is required for accurate calculations.