Skip to content

Commit

Permalink
Correcting the value of the Euler-Mascheroni constant
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Dec 12, 2023
1 parent 3b263d5 commit 03b2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phys.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module physics
! the fine structure constant.
! - other values are given in terms of the above.
real(kr),parameter,public::pi=3.141592653589793238e0_kr !
real(kr),parameter,public::euler=0.55721566490153286e0_kr !
real(kr),parameter,public::euler=0.57721566490153286e0_kr !
real(kr),parameter,public::bk=8.617333262e-5_kr !eV/degK
real(kr),parameter,public::ev=1.602176634e-12_kr !erg/eV
real(kr),parameter,public::clight=2.99792458e10_kr !cm/s
Expand Down

0 comments on commit 03b2bb2

Please sign in to comment.