|
|
|||
File indexing completed on 2026-06-02 08:48:21
0001 #ifndef GSL_CONSTANTES_H 0002 #define GSL_CONSTANTES_H 0003 0004 /** 0005 * @file GSLConstants.h 0006 * @author Bryan BERTHOU (SPhN / CEA Saclay) 0007 * @date 22 January 2016 0008 * @version 1.0 0009 * 0010 * @class GSLConstants 0011 * 0012 * @brief 0013 */ 0014 0015 #define GSL_DBL_EPSILON 2.2204460492503131e-16 0016 #define GSL_DBL_MIN 2.2250738585072014e-308 0017 #define GSL_DBL_MAX 1.7976931348623157e+308 0018 0019 #endif /* GSL_CONSTANTES_H */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|