Radians

Converts degrees into radians.

Syntax

Radians(angle)
DegToRad(angle)
angle = the angle expressed in degrees that you want to convert into radians

Remarks

This function performs a simple multiplication of the angle by pi/180.

To perform the inverse operation, use the Degrees function.

Example

Radians(180) = pi (3.1415...)

Classification

Maths Trigonometry