NUMERICS_ERROR

void NUMERICS_ERROR(const char *func, const char *msg);

Writes an error message to the standard error stream.

Parameters:
funcName of function that threw exception.
msgDescriptive message for the exception.

Usage:
NUMERICS_ERROR("normalp", "User supplied negative variance value.")

Header:
#include "numerror.h"