deg2rad Interface

public interface deg2rad

deg2rad converts phase angles from degrees to radians. (Specification)


Module Procedures

private elemental function deg2rad_sp(theta) result(result)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: theta

Return Value real(kind=sp)

private elemental function deg2rad_dp(theta) result(result)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: theta

Return Value real(kind=dp)