Links

radians

To convert an angle from degrees to radians
The function returns the corresponding radian of a degree value. It is mostly used for trigonometric calculations.

Syntax

radians(number)

Return

number

Examples

radians(x) To convert an angle x from degrees to radians.
1
radians(180)
Result: 3.141592653589793

See also

degrees, which converts an angle from radians to degrees.