cos  count

Chapter 2: Transact-SQL Functions

cot

Description

Returns the cotangent of the specified angle.

Syntax

cot(angle)

Parameters

angle

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

Examples

Example 1

select cot(90)
-------------------- 
           -0.501203

Usage

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute cot.

See also

Functions degrees, radians, sin





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

View this book as PDF