COSSQLCOS (expression) Parameters expression - may be a column name, a result of another function, or a math operation. Description Calculates the trigonometric cosine. This method returns a double. Example Get a cosine: SQLSELECT COS(angle) FROM Triangles; Updated over 4 years ago Table of Contents Parameters Description Example