NEURON
isoc99.h
Go to the documentation of this file.
1
#ifndef NRN_ISOC99_H
2
#define NRN_ISOC99_H
3
4
extern
"C"
int
nrn_isdouble
(
double
* pd,
double
min
,
double
max
);
5
6
#endif
// NRN_ISOC99_H
nrn_isdouble
int nrn_isdouble(double *pd, double min, double max)
Definition:
isoc99.cpp:12
min
#define min(a, b)
Definition:
matrix.h:157
max
#define max(a, b)
Definition:
matrix.h:154
src
oc
isoc99.h