Converts a number from degrees to radians.
RADIANS ( numeric-expression )
Parameter
Description
numeric-expression
A number, in degrees. This angle is converted to radians
DOUBLE
The following statement returns a value of approximately 0.5236:
SELECT RADIANS( 30 ) FROM iq_dummy
SQL—Vendor extension to ISO/ANSI SQL grammar.
Sybase—Not supported by Adaptive Server Enterprise.