acot Interface

public interface acot

Calls

interface~~acot~~CallsGraph interface~acot acot proc~acot_r ACOT_r interface~acot->proc~acot_r proc~acot_c ACOT_c interface~acot->proc~acot_c

Contents


Module Procedures

public elemental function ACOT_r(Y) result(acot)

Arguments

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

Return Value real(kind=wp)

public elemental function ACOT_c(Y) result(Acot)

Arguments

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

Return Value complex(kind=wp)