Turning Technologies ExamView User Manual
Page 97
ExamView Test Generator
97
arccot
double arccot(double x)
Computes the arc cotangent of the argument, x. Arguments to the function must not be
equal to zero. Values are returned in the range -pi/2 to pi/2 non-inclusive.
arccoth
double arccoth(double x)
Computes the hyperbolic arc cotangent of the argument, x. Arguments to the function
must be less than -1 or greater than 1.
arccsc
double arccsc(double x)
Computes the arc cosecant of the argument, x. Arguments to the function must be less
than or equal to -1 or greater than or equal to 1. Values are returned in the range -pi/2 to
pi/2 non-inclusive.
arccsch
double arccsch(double x)
Computes the hyperbolic arc cosecant of the argument, x. Arguments to the function
must not be equal to zero.
arcsec
double arcsec(double x)
Computes the arc secant of the argument, x. Arguments to the function must be less than
or equal to -1 or greater than or equal to 1. Values are returned in the range 0 to pi
inclusive.
arcsech
double arcsech(double x)
Computes the hyperbolic arc secant of the argument, x. Arguments to the function must
be greater than 0 and less than or equal to 1.
arcsin
double arcsin(double x)
Computes the arc sine of the argument, x. Arguments to the function must be in the range
-1 to 1. Values are returned in the range -pi/2 to pi/2 inclusive.
arcsinh
double arcsinh(double x)
Computes the hyperbolic arc sine of the argument, x.
double arctan(double x)
Computes the arc tangent of the argument, x. Values are returned in the range -pi/2 to pi/2
non-inclusive.
arctan2
double arctan2(double y, double x)
Computes the arc tangent of y / x. This function produces correct results even when the
resulting angle is near -pi/2 or pi/2. Values are returned in the range -pi/2 to pi/2 non-
inclusive.
arctanh
double arctanh(double x)
Computes the hyperbolic arc tangent of the argument, x. Arguments to the function must
be in the range -1 to 1 non-inclusive.
asec
double asec(double x)
Computes the arc secant of the argument, x. Arguments to the function must be less than
or equal to -1 or greater than or equal to 1. Values are returned in the range 0 to pi
inclusive.
turningtechnologies.com/user-guides