bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Numerical constants


From: Brijesh Upadhaya
Subject: Numerical constants
Date: Sun, 22 Nov 2020 02:59:44 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]