Wednesday 7 September 2011

SQL SERVER some Trignometric Functions

Select Sin(0) //get sin value of '0' 

Select Cos(0) //get cos value of '0' 

Select Tan(0) //get tan value of '0' 

Select Log(0) //get log value of '0'

No comments:

Post a Comment