isclose_for_operator_real_sp Function

private elemental function isclose_for_operator_real_sp(a, b) result(res)

Operator functions may only have two arguments.

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: a
real(kind=sp), intent(in) :: b

Return Value logical


Contents