64 real(RKB) ,
parameter ::
PI = acos(
-1._RKB)
65 real(RKB) ,
parameter ::
NAPIER = exp(
1._RKB)
66 real(RKB) ,
parameter ::
AU2METER = 149597870700._RKB
71 real(RKB) ,
parameter ::
EV2JOULES = 1.602176634e-19_RKB
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter RKB
The scalar integer constant of intrinsic default kind, representing the Best-precision real kind supp...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This module contains relevant physical constants.
real(RKB), parameter JOULES2ERGS
The scalar constant of type real of kind RKB representing one Joules of energy in ergs.
type(uncertain_type), parameter DALTON2KG
The scalar constant of type real of kind RKB representing one Dalton in kilograms.
real(RKB), parameter ARCMIN2RADIAN
The scalar constant of type real of kind RKB representing one arcminute in radians.
character(*, SK), parameter MODULE_NAME
real(RKB), parameter DEGREE2RADIAN
The scalar constant of type real of kind RKB representing one degree in radians.
real(RKB), parameter PI
The scalar constant of type real of kind RKB representing the irrational number .
real(RKB), parameter AU2METER
The scalar constant of type real of kind RKB representing one astronomical unit unit of length in met...
real(RKB), parameter ARCSEC2RADIAN
The scalar constant of type real of kind RKB representing one arcsecond in radians.
real(RKB), parameter NAPIER
The scalar constant of type real of kind RKB representing the Napier constant (a.k....
real(RKB), parameter EV2JOULES
The scalar constant of type real of kind RKB representing one electronvolt in Joules....
real(RKB), parameter ERGS2KEV
The scalar constant of type real of kind RKB representing one ergs of energy in kilo-electronvolts.
real(RKB), parameter KEV2ERGS
The scalar constant of type real of kind RKB representing one kilo-electronvolts of energy in ergs.
real(RKB), parameter ERGS2JOULES
The scalar constant of type real of kind RKB representing one ergs of energy in Joules.
This the derived type for constructing physical constants or unit conversions that are uncertain.