deg2rad Function

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

Converts degrees to rad.

Arguments

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

Angle in degrees.

Return Value real(kind=dp)

Angle in rad.


Called by

proc~~deg2rad~~CalledByGraph proc~deg2rad deg2rad proc~iph iph proc~iph->proc~deg2rad