48 real(
RKB) ,
parameter ::
PI = acos(
-1._RKB)
189 real(
RKB) ,
parameter ::
EULER_CONST = 0.577215664901532860606512090082402431042159335939923598805767234884867726777664670936947063291746749_RKB
222 real(
RKB) ,
parameter ::
APERY_CONST = 1.20205690315959428539973816151144999076498629234049888179227155534183820578631309018645587360933525814619915_RKB
246 real(
RKB) ,
parameter ::
PRIME_CONST = .
414682509851111660248109622154307708365774238137916977868245414488640960619357334196290048428475777939616_RKB
424#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
425 !DIR$ ATTRIBUTES DLLEXPORT ::
ninf
471#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
472 !DIR$ ATTRIBUTES DLLEXPORT ::
pinf
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 mathematical constants.
real(RKB), parameter INVERSE_PI
The scalar real constant of kind with highest available precision RKB representing the inverse of the...
real(RKB), parameter INVERSE_SQRT_TWO_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter SUPER_GOLDEN_RATIO
The scalar real constant of kind with highest available precision RKB representing the Supergolden Ra...
real(RKB), parameter SQRT_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter LOG_TEN
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter SQRT_TWO
The scalar real constant of kind with highest available precision RKB representing .
character(*, SK), parameter MODULE_NAME
real(RKB), parameter SQRT_HALF_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter QUARTER_PI
The scalar real constant of kind with highest available precision RKB representing a quarter of the i...
real(RKB), parameter LOG_TWO_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter TWO_PI
The scalar real constant of kind with highest available precision RKB representing twice the irration...
real(RKB), parameter LOG_PI
The scalar real constant of kind with highest available precision RKB representing .
type(origin_type), parameter ORIGIN
The scalar constant object of type origin_type representing the geometric origin of the coordinates.
real(RKB), parameter INVERSE_SQRT_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter HALF_PI
The scalar real constant of kind with highest available precision RKB representing half the irrationa...
real(RKB), parameter PRIME_CONST
The scalar real constant of kind with highest available precision RKB representing the irrational Pri...
real(RKB), parameter SQRT_TWO_PI
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter SILVER_RATIO
The scalar real constant of kind with highest available precision RKB representing the Silver Ratio c...
real(RKB), parameter LOG_HALF
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter LOG_INVERSE_SQRT_TWO_PI
The scalar real constant of kind with highest available precision RKB representing ,...
real(RKB), parameter PI
The scalar real constant of kind with highest available precision RKB representing the irrational num...
real(RKB), parameter GOLDEN_RATIO
The scalar real constant of kind with highest available precision RKB representing the Golden Ratio c...
type(ninf_type), parameter ninf
The scalar constant object of type ninf_type that indicates the use of the negative infinity as an i...
real(RKB), parameter INVERSE_SQRT_TWO
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter APERY_CONST
The scalar real constant of kind with highest available precision RKB representing the Apery constant...
real(RKB), parameter NAPIER
The scalar real constant of kind with highest available precision RKB representing the Napier constan...
real(RKB), parameter LOG_TWO
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter LOG10_NAPIER
The scalar real constant of kind with highest available precision RKB representing .
type(pinf_type), parameter pinf
The scalar constant object of type pinf_type that indicates the use of the positive infinity as an i...
real(RKB), parameter INVERSE_LOG_TWO
The scalar real constant of kind with highest available precision RKB representing .
real(RKB), parameter EULER_CONST
The scalar real constant of kind with highest available precision RKB representing the Euler-Maschero...
This is the indicator type for generating instances of objects that indicate the use of the negative ...
This is the derived type origin_type representing the geometric origin of the coordinates.
This is the indicator type for generating instances of objects that indicate the use of the positive ...