Cos Function; Example Of Cos - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

COS Function

The COS function returns the cosine of a numeric value expression, where the expression is an
angle expressed in radians.
COS is a Neoview SQL extension.
COS (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the COS
function. See

Example of COS

This function returns the value 9.39680940386503936E-001, or approximately 0.9397, the cosine
of 0.3491 (which is 20 degrees):
COS (0.3491)
308
SQL Functions and Expressions
"Numeric Value Expressions" (page
217).

Advertisement

Table of Contents
loading

Table of Contents