0
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
Example
radians(x)
To convert an angle x from degrees to radians.
radians(180)
Result: 3.141592653589793
See also
degrees
which converts an angle from radians to degrees.
Reply
Related articles
Content aside
- 1 mth agoLast active
- 6Views
-
1
Following