<< Click to Display Table of Contents >> RADIANS (convert degrees to radians) |
Syntax:
RADIANS(Number)
Description:
Converts degrees to radians.
The following conversion formula is used:
RADIANS(x) = x * PI() / 180
Example:
RADIANS(180) returns 3.14159... (the value of the circle number Pi)
See also: