NAG CL Interface
a02chc (not_​equal)

Settings help

CL Name Style:


1 Purpose

a02chc compares two complex numbers for inequality.

2 Specification

#include <nag.h>
Nag_Boolean  a02chc (Complex v, Complex w)
The function may be called by the names: a02chc or nag_complex_not_equal.

3 Description

None.

4 References

None.

5 Arguments

1: v Complex Input
On entry: a valid complex number.
2: w Complex Input
On entry: a valid complex number.

6 Error Indicators and Warnings

None.

7 Accuracy

Not applicable.

8 Parallelism and Performance

a02chc is not threaded in any implementation.

9 Further Comments

None.

10 Example

See a02bac.