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
double max(double a, double b)
Definition: geometry3d.cpp:22
#define min(a, b)
Definition: matrix.h:157
int nrn_isdouble(double *pd, double min, double max)
Definition: isoc99.cpp:12