#include <../../nrnconf.h>#include <math.h>#include <errno.h>#include <stdio.h>#include "nrnmpiuse.h"#include "redef.h"
Defines | |
| #define | EPS hoc_epsilon |
| #define | MAXERRCOUNT 5 |
Functions | |
| double | errcheck () |
| int | hoc_atan2 () |
| double | Log (double x) |
| double | Log10 (double x) |
| double | hoc_Exp (double x) |
| double | hoc1_Exp (double x) |
| double | Sqrt (double x) |
| double | Pow (double x, double y) |
| double | integer (double x) |
| double | errcheck (double d, char *s) |
| int | hoc_errno_check () |
Variables | |
| double | EPS |
| int | hoc_errno_count |
| #define EPS hoc_epsilon |
| #define MAXERRCOUNT 5 |
Referenced by errcheck(), hoc_errno_check(), and hoc_Exp().
| double errcheck | ( | double | d, | |
| char * | s | |||
| ) |
References execerror, fprintf(), hoc_errno_count, hoc_warning(), and MAXERRCOUNT.

| double errcheck | ( | ) |
| int hoc_atan2 | ( | ) |
| int hoc_errno_check | ( | ) |
References fprintf(), hoc_errno_count, and MAXERRCOUNT.
Referenced by call(), call_ob_proc(), execerror(), and nrn_errno_check().

| double hoc_Exp | ( | double | x | ) |
References exp, fprintf(), hoc_errno_count, and MAXERRCOUNT.

| double integer | ( | double | x | ) |
References EPS.
| double Log | ( | double | x | ) |
References errcheck.
| double Log10 | ( | double | x | ) |
References errcheck.
| double Pow | ( | double | x, | |
| double | y | |||
| ) |
References errcheck.
| double Sqrt | ( | double | x | ) |
References errcheck.
| double EPS |
Referenced by errcheck(), hoc_errno_check(), hoc_Exp(), and initcode().
1.6.3