void NUMERICS_ERROR(const char *func, const char *msg);
Writes an error message to the standard error stream.
Parameters:
func | Name of function that threw exception. |
---|---|
msg | Descriptive message for the exception. |
Usage:
NUMERICS_ERROR("normalp", "User supplied negative variance value.")
Header:
#include "numerror.h"