Converts the specified value from degrees to radians.
Syntax
Copy Code
|
---|
RADIANS( Number angle ) → Number |
Parameters
- angle
- Required. The angle to convert, in degrees.
Example
Formula
Copy Code
|
---|
=RADIANS(180) |
See Also
Function Reference
DEGREES Function
PI Function