Syntax of RADIANS Function :
RADIANS (numeric_expression)
numeric_expression is an expression of numeric or approximate numeric data type except for the bit.
Return type of RADIANS is same as the specified numeric expression.
Examples of RADIANS Function :
Example 1 : Use of RADIANS function in select clause
SELECT RADIANS(180)
Output
3
Above example returns radians for specified value 180 in degree.