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

MS Access Atn() Function

❮ MS Access Functions

Example

Return the arctangent of a number:

SELECT Atn(5) AS AtnNum;
Try it Yourself »

Definition and Usage

The Atn() function returns the arctangent of a number.

Syntax

Atn(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