MS Access Cos() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access Cos() Function

❮ MS Access Functions

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: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions