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