![]() |
NEURON
|
#include <../../nrnconf.h>#include <math.h>#include <errno.h>#include <stdio.h>#include "nrnmpiuse.h"#include "ocfunc.h"#include "hoc.h"Go to the source code of this file.
Macros | |
| #define | EPS hoc_epsilon |
| #define | MAXERRCOUNT 5 |
Functions | |
| static double | errcheck (double, const char *) |
| void | hoc_atan2 (void) |
| 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) |
| int | hoc_errno_check (void) |
Variables | |
| int | hoc_errno_count |
| #define EPS hoc_epsilon |