Turning Technologies ExamView User Manual

Page 113

Advertising
background image

ExamView Test Generator

113

Syntax

Description

double arccsch(double

x)

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

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.

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.

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.

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.

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.

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.

int asc(string x)

Computes the ascii value of the first character in the string. If the string is empty, it returns 0.

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.

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

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

double asinh(double x)

Computes the hyperbolic arc sine of the argument, x.

double atan(double x)

Computes the arc tangent of the argument, x. Values are returned in the range -pi/2 to pi/2 inclusive.

double atan2(double y,

double x)

Computes the arc tangent of y / x. It 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.

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

turningtechnologies.com/user-guides

Advertising