NAG CL Interface
a02dec (r_​power)

Settings help

CL Name Style:


1 Purpose

a02dec returns a complex number raised to real power.

2 Specification

#include <nag.h>
Complex  a02dec (Complex z, double x)
The function may be called by the names: a02dec or nag_complex_r_power.

3 Description

None.

4 References

None.

5 Arguments

1: z Complex Input
On entry: a valid complex number.
2: x double Input
On entry: a real 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.
a02dec is not threaded in any implementation.

9 Further Comments

None.

10 Example

See a02bac.