RADIANS
Description
The radians
function is used to convert angle values to their corresponding radian values. In mathematics, degrees and radians are two ways to measure a circle, with radians being the more universal unit of measurement. This function ensures accuracy and consistency in calculations.
Syntax
Parameter Description
expr
: The angle value to be converted, of typedouble
.
Return Result
Returns the converted radian value, of type double
.
Usage Example
- Convert 90 degrees to radians:
- Convert 180 degrees to radians: