Get the constant value or uncertainty.
Get the constant value or uncertainty for the kind sp (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(codata_constant_type), | intent(in) | :: | self |
Codata constant |
||
real(kind=sp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
logical, | intent(in), | optional | :: | uncertainty |
Set to true if the uncertainty is required. Default to .false.. |
Get the constant value or uncertainty for the kind dp (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(codata_constant_type), | intent(in) | :: | self |
Codata constant |
||
real(kind=dp), | intent(in) | :: | mold |
dummy argument to disambiguate at compile time the generic interface |
||
logical, | intent(in), | optional | :: | uncertainty |
Set to true if the uncertainty is required. Default to .false.. |