degrees

Description

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

Syntax

degrees(numeric)

Parameters

numeric

is a number, in radians, to convert to degrees.

Examples

Example 1

select degrees(45)

----------- 
       2578

Usage

Standards

SQL92 – Compliance level: Transact-SQL extension.

Permissions

Any user can execute degrees.

See also

Functions radians