RADIANS function

The RADIANS numeric function returns a given radians angle in degrees.

Syntax

Read syntax diagramSkip visual syntax diagram RADIANS (NumericExpression)

The RADIANS function returns the angle, in radians, specified by NumericExpression in degrees. The parameter can be any built-in numeric data type. The result is FLOAT unless the parameter is NULL, in which case the result is NULL.