RADIANS
Description
Converts degrees to radians. (RADIANS in Transact-SQL).
Sample Source Pattern
Syntax
RADIANS( expression )Arguments
expression: Numeric expression in degrees.
Return Type
Same data type sent through parameter as a numeric expression in radians.
Examples
SELECT RADIANS(180.0)RADIANS(180) |
--------------------+
3.141592653589793116|Last updated
Was this helpful?