Returns the complex number z=x+iy.
Note
: This should be rewritten via z%re, z%im when compilers support it.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | x |
Real part |
||
real(kind=wp), | intent(in), | optional | :: | y |
Imaginary part |
Complex number