Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Aggregate Functions
8
BTEQ
76
Collect Statistics
5
CTE
2
Cursor
3
Data Type
3
Date Functions
27
DCL Queries
4
DDL Queries
46
DML Queries
6
Error And Resolution
2
Functions
3
Loaders
3
Macro
6
Math Functions
14
Misc
15
Query Tuning
3
Select Modifiers
56
Snippets
13
String Functions
9
Choose Category
ATAN2 in Teradata
Forget Code
Teradata
ATAN2
ATAN2 returns the arctangent of specified x and y coordinates and it is the extension to ANSI SQL-99.
Syntax:
SELECT ATAN2(x,y)
The returned angle is between -π and π radians, excluding -π.
Note: ATAN2(x,y) equals ATAN(y/x), except that x can be 0 in ATAN2(x,y) and x cannot be 0 in ATAN(y/x) since this results in a divide by zero error.
Example:
SEL ATAN2(1,1)
Result: 7.85398163397448E
..
Tags for ATAN2 in Teradata
DP_Math Functions
teradata atan2
atan2 teradata
teradata radians
atan2 in teradata sql
chrome,mod=10
atan2(y/x) in teradata
atan2 without a divide
Contribute to Forget Code, help others.
Add snippet