MS Access Cos() Function

Example

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

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.