|
NCEPLIBS-g2
3.4.5
|
This subroutine reads 32-bit IEEE floating point values. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | rdieee (rieee, a, num) |
| This subroutine reads a list of real values in 32-bit IEEE floating point format. More... | |
This subroutine reads 32-bit IEEE floating point values.
Definition in file rdieee.f.
| subroutine rdieee | ( | real(4), dimension(num), intent(in) | rieee, |
| real, dimension(num), intent(out) | a, | ||
| integer, intent(in) | num | ||
| ) |
This subroutine reads a list of real values in 32-bit IEEE floating point format.
| [in] | rieee | Input array of floating point values in 32-bit IEEE format. |
| [in] | num | Number of floating point values to convert. |
| [out] | a | Output array of real values. |