MS Access
Cos()
Function
Example
Return the cosine of an angle:
SELECT Cos(5) AS CosNum;
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 |
---|