acoth Interface

public interface acoth

Calls

interface~~acoth~~CallsGraph interface~acoth acoth proc~acoth_c ACOTH_c interface~acoth->proc~acoth_c proc~acoth_r ACOTH_r interface~acoth->proc~acoth_r

Contents


Module Procedures

public elemental function ACOTH_r(Y) result(acoth)

Arguments

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

Return Value real(kind=wp)

public elemental function ACOTH_c(Z) result(acoth)

Arguments

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

Return Value complex(kind=wp)