RADIANS (TSQL Function)
Returns the angle in radians for an angle specified in degrees.
Syntax
RADIANS ( float_expression )
Arguments
- float_expression
- is an expression of type
float
.
Return Types
Returns float
.
Examples
PRINT RADIANS(17.5);
The result is:
0.30543261909900765