.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


ATn function
Example

Returns the arctangent, in radians, of a number.

Syntax

ATn ( numExpr )

Elements

numExpr


Return value

ATn returns the angle, in radians, whose tangent is equal to the value of numExpr.

The range of the return value is -pi/2 (-90 degrees) to pi/2 (90 degrees), exclusive.

The data type of the return value is Double.

Language cross-reference

@ATan function in formula language

Example
See Also