MS Access Cos() Function
ExampleGet your own SQL Server
Return the cosine of an angle:
SELECT Cos(5) AS CosNum;
Try it Yourself »
Definition and Usage
The Cos() function returns the cosine of an angle.
Syntax
Cos(number)
Parameter Values
Parameter | Description |
---|---|
number | Required. A numeric value |
Technical Details
Works in: | From Access 2000 |
---|