operator(.approximates.) Interface

public interface operator(.approximates.)

Functions

private elemental module function approximates_double_precision(actual, expected) result(operands)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: actual
double precision, intent(in) :: expected

Return Value type(operands_t(double_precision))

private elemental module function approximates_real(actual, expected) result(operands)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: actual
real, intent(in) :: expected

Return Value type(operands_t)