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.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
SQL_Functions__Expressions__and_Predicates.Upload_071421/djk1612415574830.ditamap
dita:ditavalPath
SQL_Functions__Expressions__and_Predicates.Upload_071421/wrg1590696035526.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)