cot Interface

public interface cot

Calls

interface~~cot~~CallsGraph interface~cot cot proc~cot_c COT_c interface~cot->proc~cot_c proc~cot_r COT_r interface~cot->proc~cot_r

Contents


Module Procedures

public elemental function COT_r(X) result(cot)

Arguments

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

Return Value real(kind=wp)

public elemental function COT_c(Z) result(cot)

Arguments

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

Return Value complex(kind=wp)