SUBROUTINE AR17AA(G,M,W,RESULT,IERR) DOUBLE PRECISION G, M, W, RESULT(3) INTEGER IERR
Solve the conical flow given a mach number and wave angle .
ENTRY: Specific heat constant .
ENTRY: Mach number .
ENTRY: Wave angle .
EXIT: Array with result properties as described in 15.
EXIT: (optional) Return status code.
Specific heat ratio .
Given out of range.
Given out of range.
Iterative solver failed.