RADIANS function [Numeric]

Function

Converts a number from degrees to radians.

Syntax

RADIANSnumeric-expression )

Parameters

numeric-expression A number, in degrees. This angle is converted to radians.

Example

The following statement returns a value of approximately 0.5236:

SELECT RADIANS( 30 ) FROM iq_dummy

Standards and compatibility