proc_role  rand

Chapter 2: Transact-SQL Functions

radians

Description

Returns the size, in radians, of an angle with the specified number of degrees.

Syntax

radians(numeric)

Parameters

numeric

is any exact numeric (numeric, dec, decimal, tinyint, smallint, or int), approximate numeric (float, real, or double precision), or money column, variable, constant expression, or a combination of these.

Examples

Example 1

select radians(2578)
----------- 
         44

Usage

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute radians.

See also

Function degrees





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

View this book as PDF