SUBROUTINE AR17AB(G,M,S,RESULT,IERR) DOUBLE PRECISION G, M, S, RESULT(3) INTEGER IERR
Solve the conical flow given a mach number and deflection surface angle .
ENTRY: Specific heat constant .
ENTRY: Mach number .
ENTRY: Deflection surface 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.