rad2deg Interface

public interface rad2deg

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


Module Procedures

private elemental function rad2deg_sp(theta) result(result)

Arguments

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

Return Value real(kind=sp)

private elemental function rad2deg_dp(theta) result(result)

Arguments

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

Return Value real(kind=dp)