bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Cos() Function

Concept visual

MS Access Cos() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Avg() Function

Next

MS Access Count() Function