|
|
◆ Ccbrt()
| Function Ccbrt |
( |
Z As |
Complex, |
|
|
Optional Info As |
Long |
|
) |
| |
Complex cube root
- Purpose
- Ccbrt computes the cube root of a complex number z.
- Returns
- Complex
Cube root of a complex number z.
- Parameters
-
| [in] | z | Argument z. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
|