DEGREES/RADIANS Function Syntax | Teradata Vantage - DEGREES/RADIANS Function Syntax - Analytics Database - Teradata Vantage

SQL Functions, Expressions, and Predicates

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-01-12
dita:mapPath
obm1628111499646.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
kby1472250656485
lifecycle
latest
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)