coshd Interface

public interface coshd

Contents


Module Procedures

public elemental function coshd_r32(theta) result(coshd)

Single precision

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: theta

in degrees

Return Value real(kind=real32)

public elemental function coshd_r64(theta) result(coshd)

Double precision

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: theta

in degrees

Return Value real(kind=real64)