DEGREES/RADIANS Function Syntax | Teradata Vantage - DEGREES/RADIANS Function Syntax - Advanced SQL Engine - Teradata Database

SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-30
dita:mapPath
tpt1555966086716.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1145
lifecycle
previous
Product Category
Teradata Vantageā„¢
{ DEGREES | RADIANS } (arg)

Syntax Elements

DEGREES
Converts value specified in radians to degrees.
RADIANS
Converts value specified in degrees to radians.
arg
A numeric argument.
  • If the function is DEGREES, the arg is interpreted as an angle in radians.
  • If the function is RADIANS, the arg is interpreted as an angle in degrees.

Result Format Types

IF arg is... THEN result format is default format for ...
numeric resulting data type
character FLOAT
UDT predefined type to which UDT is implicitly cast

Default Result Titles

Function Title
DEGREES(arg) (5.72957795130823E001*arg)
RADIANS(arg) (1.74532925199433E-002*arg)