ACOS is the inverse of COS : COS « Math Functions « SQL Server / T-SQL






ACOS is the inverse of COS


1> -- ACOS is the inverse of COS:
2>
3> SELECT COS(ACOS(0.5))
4> GO

------------------------
     0.49999999999999989

(1 rows affected)
1>
           
       








Related examples in the same category

1.COS: return a float value that is the cosine of the angle