Keywords – Turning Technologies ExamView User Manual

Page 112

Advertising
background image

ExamView Test Generator

112

Keywords

ExamView Test Generator provides you with numerous pre-defined constants to use when defining variables, conditions, and user-defined functions.

Syntax

Description

double abs(double x)

Computes the absolute value of the argument, x.

double acos(double x)

Computes the arc cosine of the argument, x. Arguments to the function must be in the range -1 to 1.Values are returned in the range
0 to pi inclusive.

double acosh(double x)

Computes the hyperbolic arc cosine of the argument, x. Arguments to the function must be greater than 1.

double acot(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.s are returned in the range -pi/2 to pi/2 non-inclusive.

double acoth(double x)

Computes the hyperbolic arc cotangent of the argument, x. Arguments to the function must be less than -1 or greater than 1.

double acsc(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.

double acsch(double x)

Computes the hyperbolic arc cosecant of the argument, x. Arguments to the function must not be equal to zero.

expression AND

expression

Returns TRUE (1) only if both expressions evaluate to non-zero, otherwise returns FALSE (0). If the first expression evaluates to
FALSE, the second expression is not evaluated.

double arccos(double x)

Computes the arc cosine of the argument, x. Arguments to the function must be in the range -1 to 1.Values are returned in the range
0 to pi inclusive.

double arccosh(double

x)

Computes the hyperbolic arc cosine of the argument, x. Arguments to the function must be greater than 1.

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.

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.

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.

turningtechnologies.com/user-guides

Advertising