isinteger Interface

public interface isinteger

Check if a real/complex number is an integer


Module Procedures

private pure elemental module function isintegerr(x) result(res)

Check if x is an integer

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x

Return Value logical

private pure elemental module function isintegerz(z) result(res)

Check if z is an integer

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: z

Return Value logical