Atan Function; Examples Of Atan - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

ATAN Function

The ATAN function returns the arctangent of a numeric value expression as an angle expressed
in radians.
ATAN is a Neoview SQL extension.
ATAN (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the ATAN
function. See

Examples of ATAN

This function returns the value 8.72766423249958272E-001 or approximately 0.8727 in radians
(which is 50 degrees):
ATAN (1.192)
This function returns the value 0.8727. The function ATAN is the inverse of the function
TAN.
ATAN (TAN (0.8727))
"Numeric Value Expressions" (page
265).
ATAN Function
349

Advertisement

Table of Contents
loading

Table of Contents