Hi, The following constants may be added to "gsl_const_num.h" in "gsl-2.7"
#define GSL_CONST_NUM_HECTO (1e2) /* 1 */ #define GSL_CONST_NUM_DECA (1e1) /* 1 */ #define GSL_CONST_NUM_DECI (1e-1) /* 1 */ #define GSL_CONST_NUM_CENTI (1e-2) /* 1 */ BR, Brijesh
