#include <mccormick.h>
Public Types | |
enum | MC_Err { SIZE = 1, DIV, INV, LOG, SQRT, ARH } |
Enumeration type for McCormick exception handling. More... | |
Public Member Functions | |
MC_Excp (MC_Err ierr) | |
Constructor for error ierr. | |
int | ierr () |
Inline function returning the error flag. |
|