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