NEURON
nrnmath.h
Go to the documentation of this file.
1
DFMKDLL1
(
"_acos"
,
acos
)
2
//DFMKDLL1("_acosh", acosh)
3
DFMKDLL1
(
"_asin"
,
asin
)
4
//DFMKDLL1("_asinh", asinh)
5
DFMKDLL1
(
"_atan"
,
atan
)
6
DFMKDLL2
(
"_atan2"
,
atan2
)
7
//DFMKDLL1("_atanh", atanh)
8
DFMKDLL1
(
"_ceil"
,
ceil
)
9
DFMKDLL1
(
"_cos"
,
cos
)
10
DFMKDLL1
(
"_cosh"
,
cosh
)
11
DFMKDLL1
(
"_erf"
,
erf
)
12
DFMKDLL1
(
"_erfc"
, erfc)
13
DFMKDLL1
(
"_exp"
,
exp
)
14
DFMKDLL1
(
"_fabs"
,
fabs
)
15
DFMKDLL1
(
"_floor"
,
floor
)
16
DFMKDLL2
(
"_fmod"
,
fmod
)
17
//DFMKDLL3("_frexp", frexp)
18
DFMKDLL2
(
"_hypot"
, hypot)
19
DFMKDLL1
(
"_log"
,
log
)
20
DFMKDLL1
(
"_log10"
,
log10
)
21
DFMKDLL2
(
"_pow"
,
pow
)
22
DFMKDLL1
(
"_sin"
,
sin
)
23
DFMKDLL1
(
"_sinh"
,
sinh
)
24
DFMKDLL1
(
"_sqrt"
,
sqrt
)
25
DFMKDLL1
(
"_tan"
,
tan
)
26
DFMKDLL1
(
"_tanh"
,
tanh
)
cosh
cosh
Definition:
extdef.h:3
tan
tan
Definition:
extdef.h:3
atan
atan
Definition:
extdef.h:3
tanh
tanh
Definition:
extdef.h:3
ceil
ceil
Definition:
extdef.h:3
log
log
Definition:
extdef.h:3
asin
asin
Definition:
extdef.h:3
cos
cos
Definition:
extdef.h:3
sin
sin
Definition:
extdef.h:3
DFMKDLL1
#define DFMKDLL1(a, b)
Definition:
dll.cpp:219
acos
acos
Definition:
extdef.h:3
log10
log10
Definition:
extdef.h:3
atan2
atan2
Definition:
extdef.h:3
DFMKDLL2
#define DFMKDLL2(a, b)
Definition:
dll.cpp:220
pow
pow
Definition:
extdef.h:3
exp
exp
Definition:
extdef.h:3
sqrt
sqrt
Definition:
extdef.h:3
fmod
fmod
Definition:
extdef.h:3
floor
floor
Definition:
extdef.h:3
fabs
fabs
Definition:
extdef.h:3
erf
erf
Definition:
extdef.h:3
sinh
sinh
Definition:
extdef.h:3
src
mswin
windll
nrnmath.h