rad2deg Function

public pure elemental function rad2deg(phase) result(theta)

Converts degrees to rad.

Arguments

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

Angle in rad.

Return Value real(kind=dp)

Angle in degrees.