NCEPLIBS-g2  3.4.5
mkieee.f File Reference

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

Detailed Description

This subroutine stores real values in floating point.

Author
Stephen Gilbert
Date
2000-05-09

Definition in file mkieee.f.

Function/Subroutine Documentation

◆ mkieee()

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.

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

Definition at line 17 of file mkieee.f.