.

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


ASin function
Example

Returns the arcsine, in radians, of a number between -1 and 1, inclusive.

Syntax

ASin ( numExpr )

Elements

numExpr


Return value

ASin returns the angle, in radians, whose sine is equal to the value of numExpr.

The range of the return value is -pi/2 to pi/2, inclusive.

The data type of the return value is Double.

If the value of numExpr is not in the range -1 to 1, inclusive, the function raises an error.

Language cross-reference

@ASin function in formula language

Example
See Also