belongs_to_r64 Function

public function belongs_to_r64(x, A, eps) result(bool)

Check if a value belongs to a set within a certain tolerance . If is not specified, it will automatically calculated using the function

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: x
real(kind=real64), dimension(:):: A
real(kind=real64), optional :: eps

Return Value logical


Contents

None