csch Interface

public interface csch

Calls

interface~~csch~~CallsGraph interface~csch csch proc~csch_c CSCH_c interface~csch->proc~csch_c proc~csch_r CSCH_r interface~csch->proc~csch_r

Called by

interface~~csch~~CalledByGraph interface~csch csch proc~cgamma CGAMMA proc~cgamma->interface~csch proc~cbeta CBETA proc~cbeta->proc~cgamma

Contents


Module Procedures

public elemental function CSCH_r(X) result(Y)

Arguments

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

Return Value real(kind=wp)

public elemental function CSCH_c(Z) result(Y)

Arguments

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

Return Value complex(kind=wp)