coth Interface

public interface coth

Calls

interface~~coth~~CallsGraph interface~coth coth proc~coth_r COTH_r interface~coth->proc~coth_r proc~coth_c COTH_c interface~coth->proc~coth_c

Contents


Module Procedures

public elemental function COTH_r(X) result(coth)

Arguments

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

Return Value real(kind=wp)

public elemental function COTH_c(Z) result(coth)

Arguments

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

Return Value complex(kind=wp)