NAG Library Manual, Mark 30
Interfaces:
FL
CL
CPP
AD
PY
MB
NAG CL Interface Introduction
A02 (Complex) Chapter Contents
A02 (Complex) Chapter Introduction
a02cg:
FL
CL
CPP
AD
PY
MB
NAG CL Interface
a02cgc (equal)
Keyword Search:
NAG Library Manual, Mark 30
Interfaces:
FL
CL
CPP
AD
PY
MB
NAG CL Interface Introduction
A02 (Complex) Chapter Contents
A02 (Complex) Chapter Introduction
a02cg:
FL
CL
CPP
AD
PY
MB
▸
▿
Contents
1
Purpose
2
Specification
3
Description
4
References
5
Arguments
6
Error Indicators and Warnings
7
Accuracy
8
Parallelism and Performance
9
Further Comments
10
Example
© The Numerical Algorithms Group Ltd. 2024
Settings help
CL Name Style:
Short (
a00aac
)
Long (
impl_details
)
Full (
nag_info_impl_details
)
1
Purpose
a02cgc
compares two complex numbers for equality.
2
Specification
copy
#include <nag.h>
Nag_Boolean
a02cgc
(
Complex
v
,
Complex
w
)
The function may be called by the names:
a02cgc
or
nag_complex_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
Background information to multithreading can be found in the
Multithreading
documentation.
a02cgc
is not threaded in any implementation.
9
Further Comments
None.
10
Example
See
a02bac
.
NAG Library Manual, Mark 30
Interfaces:
FL
CL
CPP
AD
PY
MB
NAG CL Interface Introduction
A02 (Complex) Chapter Contents
A02 (Complex) Chapter Introduction
a02cg:
FL
CL
CPP
AD
PY
MB
© The Numerical Algorithms Group Ltd. 2024