acsch Interface

public interface acsch

Calls

interface~~acsch~~CallsGraph interface~acsch acsch proc~acsch_c ACSCH_c interface~acsch->proc~acsch_c proc~acsch_r ACSCH_r interface~acsch->proc~acsch_r

Contents


Module Procedures

public elemental function ACSCH_r(Y) result(X)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: Y

Return Value real(kind=wp)

public elemental function ACSCH_c(Y) result(X)

Arguments

Type IntentOptional AttributesName
complex(kind=wp), intent(in) :: Y

Return Value complex(kind=wp)