conversion_float128 Abstract Interface

abstract interface

Generic conversion alias formula that must be user-supplied, float128.

private pure function conversion_float128(magnitude, inverse) result(converted)

Arguments

Type IntentOptional AttributesName
real(kind=R16P), intent(in) :: magnitude

Magnitude (of the quantity) to be converted.

logical, intent(in), optional :: inverse

Activate inverse conversion.

Return Value real(kind=R16P)

Converted magnitude.

Description

Generic conversion alias formula that must be user-supplied, float128.