Formula Functions > Functions R to S > RADIANS |
This function converts the specified number from degrees to radians.
RADIANS(value)
This function takes any real number angle value as the argument.
Converts angle in degrees to angle in radians.
Accepts numeric data for all arguments. Returns numeric data.
RADIANS(B3)
RADIANS(R1C2)
RADIANS(45) gives the result 0.7853981634 (which is p/4)
This function is available in product version 1.0 or later.
DEGREES | PI | Math and Trigonometry Functions