Calculate and return the cosine of an angle:
SELECT Cos(5) AS CosNum; |
The Cos() function computes and returns the cosine of an angle.
Cos(number) |
Parameter |
Description |
number |
Required: A numeric input. |
Works in: |
From Access 2000 |