Logo 
Search:

SQL Server Articles

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

SIN Function

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

This article explains SIN function of sql server with examples.

SIN is used to get trigonometric sine of the specified angle in radians.


Syntax of SIN Function :

SIN (float_expression)

float_expression is an expression of float data type.

Return type of SIN is float data type.



Examples of SIN Function :

Example 1 : Use of SIN function in select clause

SELECT SIN(25)

Output
-0.132351750097773

Above example returns trigonometric sine value for specified value in angle.
  
Share: 

 
 
 

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

Sarita Patel
Sarita Patel author of SIN 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!