#include "sf_error.h"
#include <stdarg.h>
#include <stdlib.h>
Go to the source code of this file.
◆ sf_error()
void sf_error |
( |
const char * |
func_name, |
|
|
sf_error_t |
code, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ sf_error_get_action()
◆ sf_error_set_action()
◆ sf_error_actions
◆ sf_error_messages
const char* sf_error_messages[] |
Initial value:= {"no error",
"singularity",
"underflow",
"overflow",
"too slow convergence",
"loss of precision",
"no result obtained",
"domain error",
"invalid input argument",
"other error",
Definition at line 6 of file sf_error.c.