Viewing 2 posts - 1,186 through 1,188 (of 1,188 total)
I am confused about why people think the SQL answer is incorrect.
1. The SQL Server SIN() function uses radians.
2. 1 radian = 57.2957 degrees (approx.)
3. SELECT SIN(1) returns 0.8414709848078965.
I used...
March 3, 2006 at 9:11 am
#624643
While mentioning the version in the question would have been helpful, the question category is listed as "Category : SQL Server 2005 - TSQL" -- that's why I knew it...
February 9, 2006 at 7:49 am
#619779