Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » Math FunctionsRSS Feeds

DEGREES Function

Posted By: Sarita Patel     Category: SQL Server     Views: 2093

This article explains DEGREES function of sql server with examples.

DEGREES function is used to get angle in degrees of the specified number expression. It returns same type of numeric expression.


Syntax of DEGREES Function :

DEGREES ( numeric_expression )

numeric_expression is a numeric or approximate numeric data type. 

Return type of DEGREES is based on expression you specify in function. 



Examples of DEGREES Function :

Example 1 : Use of DEGREES function in select clause

SELECT DEGREES(5) 

Output
286

Above example returns angle in degree for specified angle in radians value 5.

  
Share: 

 
 
 

Didn't find what you were looking for? Find more on DEGREES Function Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of DEGREES Function is from United States.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!