[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
RADIANS ( angle )
Description: Converts angle in degrees into radians.
Arguments:
Name |
Type |
Description |
angle |
number |
The angle expressed in degrees that is to be converted into radians. |
Return Type and Value: number – angle in radians.
[Example:
RADIANS(360) results in 6.283185307
RADIANS(270) results in 4.71238898
RADIANS(45) results in 0.785398163
RADIANS(8.5) results in 0.148352986
end example]