In SQL Server, the T-SQL RADIANS()
function converts a value from degrees to radians, and returns the result.
You provide the angle (specified in degrees) as an argument when calling the function, and the function will return that angle in radians.
The return value is uses the same data type as the argument.