Converts the given angle from degrees to radians.
Syntax
Examples
|
Formula |
Result |
|
=RADIANS(30) |
0.523598776 |
|
=RADIANS(-180) |
-3.141592654 |
|
=RADIANS(360) |
6.283185307 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions