Logo 
Search:

SQL Server Articles

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

RADIANS Function

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

This article explains RADIANS function of sql server with examples.

RADIANS is used to get radians for specified numeric value in degrees.


Syntax of RADIANS Function :

RADIANS (numeric_expression)

numeric_expression is an expression of numeric or approximate numeric data type except for the bit. 

Return type of RADIANS is same as the specified numeric expression.



Examples of RADIANS Function :

Example 1 : Use of RADIANS function in select clause

SELECT RADIANS(180)

Output
3

Above example returns radians for specified value 180 in degree.
  
Share: 

 
 
 

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

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

Related Articles and Code:


 
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!