Note
If the variable is real this routine can be replace by the command ISNAN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:,:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:,:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:,:,:) | ||||
| integer | :: | ierror |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:,:,:) | ||||
| integer | :: | ierror |
Test whether a complex variable is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array | ||||
| integer | :: | ierror |
Test whether a real variable is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array | ||||
| integer | :: | ierror |
Test whether a complex 1-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:) | ||||
| integer | :: | ierror |
Test whether a real 1-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:) | ||||
| integer | :: | ierror |
Test whether a complex 2-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:) | ||||
| integer | :: | ierror |
Test whether a real 2-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:) | ||||
| integer | :: | ierror |
Test whether a complex 3-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:,:) | ||||
| integer | :: | ierror |
Test whether a real 3-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:,:) | ||||
| integer | :: | ierror |
Test whether a complex 4-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double complex | :: | array(:,:,:,:) | ||||
| integer | :: | ierror |
Test whether a real 4-dim array is NaN
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision | :: | array(:,:,:,:) | ||||
| integer | :: | ierror |