#include "oc_ansi.h"
#include <../../nrnconf.h>
#include "nrnmpiuse.h"
#include "ocfunc.h"
#include "nrnassrt.h"
#include <cfenv>
#include <cmath>
#include <cerrno>
#include <cstdio>
Go to the source code of this file.
◆ EPS
◆ MAXERRCOUNT
◆ clear_fe_except()
static void clear_fe_except |
( |
| ) |
|
|
inlinestatic |
◆ errcheck()
double errcheck |
( |
double |
d, |
|
|
const char * |
s |
|
) |
| |
|
static |
◆ hoc1_Exp()
double hoc1_Exp |
( |
double |
x | ) |
|
◆ hoc_atan2()
◆ hoc_integer()
double hoc_integer |
( |
double |
x | ) |
|
◆ hoc_Log()
double hoc_Log |
( |
double |
x | ) |
|
◆ hoc_Log10()
double hoc_Log10 |
( |
double |
x | ) |
|
◆ hoc_Pow()
double hoc_Pow |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ hoc_Sqrt()
double hoc_Sqrt |
( |
double |
x | ) |
|
◆ hoc_use_exp_pow_precision()
void hoc_use_exp_pow_precision |
( |
| ) |
|
◆ check_fe_except
const auto check_fe_except = !errno_enabled && math_errhandling & MATH_ERREXCEPT |
|
static |
◆ errno_enabled
const auto errno_enabled = math_errhandling & MATH_ERRNO |
|
static |
◆ hoc_errno_count