Acsc

Description

The acsc(x) function returns the inverse of the corresponding trigonometric function csc(x)=1/sin(x). Absolute value of x must greater than or equal to 1 for acsc, or a missing value is returned. Values returned are in the first or fourth quadrant. Returned values are in the units are determined by the system.math.angularunits object property (which can also be set in the Options dialog box).

Syntax

double acsc(double x)

Parameter

x

can be any value whose absolute is greater than or equal to 1.

Return

Returns the arccosecant of x.

Example

acsc(5)=; //should return 0.20135792079033

See Also

Asin, Acos, Asec, Atan, Acot