NCEPLIBS-w3emc 2.12.0
|
Convert to ibm370 floating point. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fi76 (pval, kexp, kmant, kbits) |
Converts floating point number from machine representation to grib representation (ibm370 32 bit f.p.). | |
subroutine w3fi76 | ( | real | pval, |
integer | kexp, | ||
integer | kmant, | ||
integer | kbits | ||
) |
Converts floating point number from machine representation to grib representation (ibm370 32 bit f.p.).
Program history log:
[in] | PVAL | Floating point number to be converted |
[in] | KBITS | Number of bits in computer word (32 or 64) |
[out] | KEXP | 8 Bit signed exponent |
[out] | KMANT | 24 Bit mantissa (fraction) |