SUBROUTINE AR07AA(G,M,RESULT,IERR) DOUBLE PRECISION G, M, RESULT(8) INTEGER IERR
Compute the rayleigh relations given a mach number, .
Argument | Intent | Description |
g | in | Specific heat constant . |
m | in | Mach number . |
result | out | Array with result properties as described in 5. |
ierr | out | (optional) Return status code |
Specific heat ratio .
Given out of range.