NCEPLIBS-g2  3.4.5
rdieee.f File Reference

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...
 

Detailed Description

This subroutine reads 32-bit IEEE floating point values.

Author
Stephen Gilbert
Date
2000-05-09

Definition in file rdieee.f.

Function/Subroutine Documentation

◆ rdieee()

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.

Parameters
[in]rieeeInput array of floating point values in 32-bit IEEE format.
[in]numNumber of floating point values to convert.
[out]aOutput array of real values.
Author
Stephen Gilbert
Date
2000-05-09

Definition at line 16 of file rdieee.f.