Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 10:40:22

0001 /* const/gsl_const_num.h
0002  * 
0003  * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
0004  * 2006, 2007, 2008, 2009 Brian Gough
0005  * 
0006  * This program is free software; you can redistribute it and/or modify
0007  * it under the terms of the GNU General Public License as published by
0008  * the Free Software Foundation; either version 3 of the License, or (at
0009  * your option) any later version.
0010  * 
0011  * This program is distributed in the hope that it will be useful, but
0012  * WITHOUT ANY WARRANTY; without even the implied warranty of
0013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0014  * General Public License for more details.
0015  * 
0016  * You should have received a copy of the GNU General Public License
0017  * along with this program; if not, write to the Free Software
0018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
0019  */
0020 
0021 #ifndef __GSL_CONST_NUM__
0022 #define __GSL_CONST_NUM__
0023 
0024 #define GSL_CONST_NUM_FINE_STRUCTURE (7.297352533e-3) /* 1 */
0025 #define GSL_CONST_NUM_AVOGADRO (6.02214199e23) /* 1 / mol */
0026 #define GSL_CONST_NUM_YOTTA (1e24) /* 1 */
0027 #define GSL_CONST_NUM_ZETTA (1e21) /* 1 */
0028 #define GSL_CONST_NUM_EXA (1e18) /* 1 */
0029 #define GSL_CONST_NUM_PETA (1e15) /* 1 */
0030 #define GSL_CONST_NUM_TERA (1e12) /* 1 */
0031 #define GSL_CONST_NUM_GIGA (1e9) /* 1 */
0032 #define GSL_CONST_NUM_MEGA (1e6) /* 1 */
0033 #define GSL_CONST_NUM_KILO (1e3) /* 1 */
0034 #define GSL_CONST_NUM_MILLI (1e-3) /* 1 */
0035 #define GSL_CONST_NUM_MICRO (1e-6) /* 1 */
0036 #define GSL_CONST_NUM_NANO (1e-9) /* 1 */
0037 #define GSL_CONST_NUM_PICO (1e-12) /* 1 */
0038 #define GSL_CONST_NUM_FEMTO (1e-15) /* 1 */
0039 #define GSL_CONST_NUM_ATTO (1e-18) /* 1 */
0040 #define GSL_CONST_NUM_ZEPTO (1e-21) /* 1 */
0041 #define GSL_CONST_NUM_YOCTO (1e-24) /* 1 */
0042 
0043 #endif /* __GSL_CONST_NUM__ */