convert  cot

Chapter 2: Transact-SQL Functions

cos

Description

Returns the cosine of the specified angle.

Syntax

cos(angle)

Parameters

angle

is any approximate numeric (float, real, or double precision) column name, variable, or constant expression.

Examples

Example 1

select cos(44)
 0.999843

Usage

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute cos.

See also

Functions acos, degrees, radians, sin





Copyright © 2005. Sybase Inc. All rights reserved. cot

View this book as PDF